-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(editors): allow input editing with Flatpickr editor (#704)
* fix(editors): allow input editing with Flatpickr editor - allows the user to enter a date directly into the input field. By default, direct entry is disabled. - remove jQueryUI from Composite Editor example and also use Flatpickr editor, however for the Cypress E2E test to work, it is easier to type the date in the input instead of using Flapickr date & month in picker which is a lot harder
- Loading branch information
1 parent
afca1a2
commit 2d64e47
Showing
3 changed files
with
18 additions
and
18 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