Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Собираем мелкие хотелки в одном месте #521

Open
7 tasks
chestozo opened this issue May 30, 2016 · 1 comment
Open
7 tasks

Comments

@chestozo
Copy link
Member

chestozo commented May 30, 2016

reference http://yandex-ui.github.io/nanoislands/#button

button:

  • поддержка iconHtml чтобы туда можно было положить произвольный html

input:

  • поддержка validate (или mask или validRegexp: "\d") - мозможность указать допустимые символы для ввода (к примеру, только цифры)
  • если делать поле ввода высотой 20px placeholder внутри прибивается к верхнему краю и выглядит не очень
  • в IE инпуте с leftContent прыгает текст при вводе, лечится input { line-height: 1em }
  • если одновременно установить hint и непустой content - отображаются оба. Лечится так block.$control.trigger('input')

radio-button:

  • полноценное js API, чтобы можно было создать блок при помощи вызова nb.block

popup:

  • отдельные флаги про закрытие попапа по клику в паражу и в крестик
@eljusto
Copy link

eljusto commented Jun 16, 2016

в IE инпуте с leftContent прыгает текст при вводе, лечится input { line-height: 1em }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants