-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use fieldset and legend for Question and DateInput components (#742
) * fix: Wrap question component in fieldset w/ legend * fix: Wrap dateInput component in fieldset w/ legend * fix: Add labels to DateInput Update CSS to ensure adequate spacing Remove old label in preview/unpublished views * fix: Remove redundant placeholder property * fix: Add maxLength to date input Required some changes to how paddedDate function worked. Added an eventType to allow differing behaviour on blur and input. Tests updated and coverage added for max length
- Loading branch information
1 parent
a4486dd
commit 352058d
Showing
6 changed files
with
238 additions
and
144 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
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
Oops, something went wrong.