Skip to content

Releases: joeshonm/SimpleForm

Add Stepper, Rename slider to sliderField

17 May 02:14
Compare
Choose a tag to compare

• Adding a stepper field to the form
• The stepper value is displayed next to the label in parenthesis
• The slider initializer is renamed to sliderField to be inline with the naming of the other fields

Add Slider

06 May 02:09
Compare
Choose a tag to compare

• Adding a slider field to the form
• The slider value is displayed above the slider with two decimal positions
• The slider value when returning form values will be the full value to format as you wish

Adding Toggle

04 May 19:28
Compare
Choose a tag to compare

• Now you can add a toggle field to return a true or false response

First Release

01 May 07:37
Compare
Choose a tag to compare
  • Create forms with TextFields and Pickers
  • Simple validation with required, email, and regex options
  • Ability to change the keyboard type for a TextField
  • A validate function for the form returning true or false
  • A getValues function for the form to return all of the data as a dictionary