We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reference http://yandex-ui.github.io/nanoislands/#button
button:
button
iconHtml
input:
input
validate
mask
validRegexp: "\d"
leftContent
input { line-height: 1em }
hint
content
block.$control.trigger('input')
radio-button:
radio-button
nb.block
popup:
popup
The text was updated successfully, but these errors were encountered:
в IE инпуте с leftContent прыгает текст при вводе, лечится input { line-height: 1em }
Sorry, something went wrong.
No branches or pull requests
reference http://yandex-ui.github.io/nanoislands/#button
button
:iconHtml
чтобы туда можно было положить произвольный htmlinput
:validate
(илиmask
илиvalidRegexp: "\d"
) - мозможность указать допустимые символы для ввода (к примеру, только цифры)leftContent
прыгает текст при вводе, лечитсяinput { line-height: 1em }
hint
и непустойcontent
- отображаются оба. Лечится такblock.$control.trigger('input')
radio-button
:nb.block
popup
:The text was updated successfully, but these errors were encountered: