pfalcon / picotui

Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
https://github.com/pfalcon/pycopy
MIT License
811 stars 70 forks source link

Feature Request: form field validator #64

Open shi-yan opened 3 years ago

shi-yan commented 3 years ago

hope WTextEntry can accept a regexp as a validator,

I want to implement a text field that accepts numbers only.

also it would be nice to have a password field where inputs are masked with *

timeopochin commented 3 years ago

67 adds a password entry widget