Skip to content

Make TextInput work for forms #7567

@MarcSkovMadsen

Description

@MarcSkovMadsen

When comparing to Reflex 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)
reflex-form.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementMinor feature or improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions