forked from chairemobilite/evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a textTransform property to the InputString widget.
* This lets one force input to be lowercase, uppercase, etc. * This is necessary in order to force postal code to be uppercase, as specified in od_mtl_2023 issue chairemobilite#400 (chairemobilite/od_mtl_2023#400) * This only changes how the text is displayed on the web page. It does not change the text that is sent to the backend. * Modify an InputString unit test to consider the new `textTransform` property * Add an example usage of textTransform to the postal code widget in the demo survey
- Loading branch information
1 parent
825692d
commit a944526
Showing
5 changed files
with
25 additions
and
1 deletion.
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
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