When comparing to [Reflex](https://reflex.dev/) its clear they have given more thought to their TextInput for forms. We are missing basic attributes like - `required` (`True` or `False`) - `type` (for example `"email"`) - `pattern` (`".+@example\.com"`) That can help users when they enter text. Reflex will - make a TextInput active is its required and nothing is input - show a tooltip explaining what is missing (for example a `@` in an email) https://github.com/user-attachments/assets/a10a04c9-8537-48e4-80b5-6fc876052fe3
When comparing to Reflex its clear they have given more thought to their TextInput for forms.
We are missing basic attributes like
required(TrueorFalse)type(for example"email")pattern(".+@example\.com")That can help users when they enter text.
Reflex will
@in an email)reflex-form.mp4