-
It could be interesting to explore allowing numeric keyboard input when the RangeInput has focus. Some initial thoughts:
- when the user types the first numeric character, the down arrow, or the spac…
-
Test if we can combine https://github.com/mozilla-services/react-jsonschema-form with some text-masking libraries such as
- https://text-mask.github.io/text-mask/
- https://sanniassin.github.io/r…
-
Всем привет, в ходе перехода на бэм, возникает ряд вопросов, которые прям так и хочется решить по старинке, но нужно двигаться вперед.
Итак вопрос, есть блок с формой, в нем куча инпутов, одному из ни…
-
MaskedInput mask={this.updateMaskService}
type="text"
name="mask"
value={this.state.input.mask}
guide={false}
keepCharPositions={true}
onChange={this.handleChange.bind(this, 'mask')}
classNa…
-
Hello!
I'm trying to add simple validation through **onAddTag** callback function like here:
``` javascript
tagsInput = $('#element').tagsInput({
// other options
onAddTag : function(tag) {
…
-
Hello, I'm using that lib with material-ui and redux-form, so, actually I've passed the mask to redux-form, but only with mask, I saw that could be handle with ref.mask.getRawValue, so, how can I call…
-
Open the demo-page http://insin.github.io/react-maskedinput/ on an Android-Device
Place the caret to the first position in Card-Number example.
Press 4 times "1". Everything is okay, the caret is a…
-
So i have
```
{{ phone }}
Phone
```
And i have phone: '72731241241',
Every time i open this modal i will get +7 727 312-41-24
Next try +7 772 731-24-12
And next +7 777 273-12-41
An…
-
Is there a way to add a phone mask into input?
-
### Feature request type
Enhance component
### Component name
Mask Utility
### Is your feature request related to a problem?
When building apps which have a lot of user input in forms, and users …