Skip to content

Commit

Permalink
Date field: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed Jan 24, 2023
1 parent 25e075b commit 7f83d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/src/components/Forms/Input/DateInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ export default {
* c. cursor selection covers more than one part
* => select the last affected part
* d. cursor selection cover last part
* => tab should blur the input, focus on next tabbale element
* => tab should blur the input, focus on next tabable element
* e. cursor is at the end of the pattern
* => tab should blur the input, focus on next tabbale element
* => tab should blur the input, focus on next tabable element
*
* @param {Event} event
*/
Expand Down

0 comments on commit 7f83d4d

Please sign in to comment.