Commit a225f9a
committed
♿️ Fix Calendar auto navigation regex issue for month navigation
- Fix the month matching regex to look for patterns like "03/", "/03", "03-", "-03" or standalone "03" at start
- Avoid the optional matching of month pattern within year pattern
Closes #62141 parent 548a1f3 commit a225f9a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
0 commit comments