Releases: joeshonm/SimpleForm
Releases · joeshonm/SimpleForm
Add Stepper, Rename slider to sliderField
Add Slider
• 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
• Now you can add a toggle field to return a true or false response
First Release
- 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