field-kit icon indicating copy to clipboard operation
field-kit copied to clipboard

FieldKit lets you take control of your text fields.

Results 23 field-kit issues
Sort by recently updated
recently updated
newest added

fixes issue #52 @gqqnbig This should fix the issue and add a test case.

Getting this out for a preview. This works in Chrome (which is sweet), but truth be told you don't actually need the autofill-event shim for chrome. This needs more testing...

(e.g. browser autofill, scan credit card, 1Password, etc.) fail to validate, even in desktop browsers. When this happens, the fields remain invalid even if the user manually edits the input...

enhancement
Awaiting Review

For example `1|` typing `4` should become `01/4` not prevent entry.

enhancement
Awaiting Review

See the screenshot that sometimes ExpiryDateField doesn't format my input. ![2015-10-13 14_11_15-fieldkit](https://cloud.githubusercontent.com/assets/614159/10468595/c5d76b62-71b4-11e5-892e-1aac72e7e55b.png) I tested in http://square.github.io/field-kit/ . To reproduce: 1) type "12/12" 2) use mouse to select all 3) type...

Awaiting Review

For example when typing credit card numbers into `CardTextField`.

enhancement
Documentation

- [ ] Delimited Text Formatter - [x] Credit Card Formatters - [ ] Expiry Date Formatter - [ ] Number Formatter - [ ] Phone Formatter - [x] Social...

enhancement
Documentation

enhancement
Documentation

Holding backspace on Android can cause the caret to not match where FK thinks it is.

bug
Android