@rolster/react-components 19.4.6 → 19.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.cjs
CHANGED
|
@@ -2103,8 +2103,8 @@ function RlsFieldAutocompleteTemplate(props) {
|
|
|
2103
2103
|
});
|
|
2104
2104
|
}, []);
|
|
2105
2105
|
require$$0.useEffect(() => {
|
|
2106
|
-
props.onInput?.(autocomplete.
|
|
2107
|
-
}, [autocomplete.
|
|
2106
|
+
props.onInput?.(autocomplete.pattern);
|
|
2107
|
+
}, [autocomplete.pattern, props.onInput]);
|
|
2108
2108
|
const disabled = require$$0.useMemo(() => {
|
|
2109
2109
|
return formControl?.disabled || props.disabled;
|
|
2110
2110
|
}, [formControl?.disabled, props.disabled]);
|