The TextFields currently accept all input, which can be an issue when bidirectional binding is present. In the future, in would be advantageous to filter TextField input to only allow valid characters to be entered, as well as add validation prior to accepting a value.
The TextFields currently accept all input, which can be an issue when bidirectional binding is present. In the future, in would be advantageous to filter TextField input to only allow valid characters to be entered, as well as add validation prior to accepting a value.