We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43bf9e commit 6cb3ab0Copy full SHA for 6cb3ab0
1 file changed
components/dash-core-components/src/fragments/DatePickerRange.tsx
@@ -136,6 +136,13 @@ const DatePickerRange = ({
136
endAutosizeRef.current?.updateInputWidth?.();
137
}, []);
138
139
+ useEffect(() => {
140
+ startAutosizeRef.current?.updateInputWidth?.();
141
+ }, [startInputValue]);
142
+
143
144
+ endAutosizeRef.current?.updateInputWidth?.();
145
+ }, [endInputValue]);
146
147
useEffect(() => {
148
// Controls when setProps is called. Basically, whenever internal state
0 commit comments