MillersvilleCS / pumlbuilder

Penultimate UML Builder
MIT License
0 stars 1 forks source link

TextField Filters #67

Closed mfansler closed 9 years ago

mfansler commented 9 years ago

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.