-
Hello,i used your class in my project .when i tried open scene builder i get this error:
java.io.IOException: javafx.fxml.LoadException:
/C:/Users/User/IdeaProjects/dldesktopclient/src/main/res…
-
Version 0.1.1
Does not work on a Form when using FieldFactory, none of the Form fields are displaying after you maually add a MaskedTextField to the Form.
FormLayout fl = new FormLayout();
MaskedTex…
-
Eu tenho uma classe chamada [InputCpf](https://github.com/gpedro/filinha/blob/master/src/main/java/net/gpedro/faculdade/filinha/core/components/input/InputCpf.java) que se extende ao MaskedTextField e…
-
Take into account the following code:
```
@Route
public class MainView extends VerticalLayout {
Binder binder = new Binder();
Button saveButton = new Button("Save");
MaskedText…
-
This particularly happens with a custom property registered for the MaskedTextField widget, but I guess it is a generic issue for the new property system. I have the property in the plugin defined as …
-
When I upgraded the nativescript to version 8.4.0 the plugin stopped working on iOS devices.
onTextChange($event) is not returning updated text.
May be delegate function is not working.
-
**Is your feature request related to a problem? Please describe.**
- iOS offers users the ability to auto-complete text entry fields with local suggestions. By enabling the textInputMode via the VGST…
-
When entering a value into a MaskedTextField like this:
```
MaskedTextField(
mask: kMaskIpv4,
textFieldController: printerIpController,
autofocus: true…
-
There are three different directories that are not being resolved in `masked-text-field-common.js`
```
ERROR in ./node_modules/nativescript-masked-text-field/masked-text-field-common.js 6:13-36
M…
-
I use Vaddin 7.4.1 and the maskedTextField addon 0.1.6. I have a problem with special character. I have a numeric mask ( "(##) ####-####"). But we are able to input special characters ( $ ,', ").