reflex-dev / reflex-examples

A repository full of Reflex example apps.
455 stars 351 forks source link

form_designer: marking a field as required doesn't seem to do anything #247

Open masenf opened 2 months ago

masenf commented 2 months ago
  1. create a new form
  2. create a new field
  3. mark the field as required
  4. fill out the form, leaving the required field unfilled
  5. click Submit; the response is saved

Expect: some UI element indicating that the required field is not filled