-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow empty select field for enums to force user selection (#1821)
* Set select field for enums to empty when isNew * Add type classes to allow use didChange * Check using paramList * Add comments * Fix import * More comment * Simplify and adapt radio field * Use isEmpty * Create new field * Apply suggestions from code review * Fix errors * Add docs * Use didTouch approach * Simplify logic * Add comment * Update Guide/form.markdown * Update IHP/ModelSupport.hs * Use symbolToText --------- Co-authored-by: Marc Scholten <marc@digitallyinduced.com>
- Loading branch information
1 parent
d671818
commit dac48f2
Showing
3 changed files
with
54 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters