Commit eee2c73
authored
fix(date picker): detect change range interval console error (#11532)
### Related Ticket(s)
Closes #11490
### Description
In Date picker element, dev tool console shows error `Uncaught TypeError: fp.getDateStr is not a function`.
### Changelog
**Removed**
- Removed custom event handling function.
<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->1 parent 92225bb commit eee2c73
File tree
5 files changed
+16
-3
lines changed- .yarn/cache
- packages/carbon-web-components
- src/components/date-picker
5 files changed
+16
-3
lines changedBinary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3737 | 3737 | | |
3738 | 3738 | | |
3739 | 3739 | | |
3740 | | - | |
| 3740 | + | |
3741 | 3741 | | |
3742 | 3742 | | |
3743 | 3743 | | |
| |||
17427 | 17427 | | |
17428 | 17428 | | |
17429 | 17429 | | |
| 17430 | + | |
| 17431 | + | |
| 17432 | + | |
| 17433 | + | |
| 17434 | + | |
| 17435 | + | |
| 17436 | + | |
17430 | 17437 | | |
17431 | 17438 | | |
17432 | 17439 | | |
17433 | 17440 | | |
17434 | 17441 | | |
17435 | 17442 | | |
17436 | 17443 | | |
| 17444 | + | |
| 17445 | + | |
| 17446 | + | |
| 17447 | + | |
| 17448 | + | |
| 17449 | + | |
| 17450 | + | |
17437 | 17451 | | |
17438 | 17452 | | |
17439 | 17453 | | |
| |||
0 commit comments