-
### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/iss…
-
On Android, when typing very fast in an already filled masked text input, it makes the app crash. Suppose you have an input like this :
```
```
If you type in a valid number according to the …
-
Do you plan to create an input type="password" specific component? Similar like the TextField just with masked characters.
-
I use flutter beta channel (version 1.11.0).
I have trying in Windows, Linux, and Macos.
This is the logs shown on terminal.
```
poetra@macbook-pro my_app % hover run
hover: Using engine from…
-
Hello,
Here is my scenario: I have a form where the user enters their phone number. The text field is bound to a view model and in some cases the phone is pre-populated. This is a perfect scenario…
-
Hi.
I am using MaskedTextField with validation.
Setting state via setState inside of onGetErrorMessage handler causes neverending rerendering of maskedtextfield.
However, when the same(handlers…
-
Hey guys. I was succesful when build your example but right after i tap "join channel" button, i'm getting the error below:
![image](https://user-images.githubusercontent.com/26801238/65167231-88297…
-
### Versions and Environment
**Vuetify:** 1.5.9
**Vue:** 2.6.10
**Browsers:** Chrome 73.0.3683.86
**OS:** Windows 10
### Steps to reproduce
- Fill the textfield
- Click away
### Expected …
-
Hi,
I followed how to put a mask in the [MaskedTextField](https://developer.microsoft.com/en-us/fabric#/components/textfield). What I see is we can only allow specific patterns like the telephone n…
-
Is there a way to get rid of the placeholder characters and display the field as a normal TextField like a normal empty rectangle?