@seeqdev/qomponents 0.0.155-react-19-v5 → 0.0.155-react-19-v7
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/index.esm.js +0 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4666,13 +4666,6 @@ const TextField = React.forwardRef((props, ref) => {
|
|
|
4666
4666
|
ref.current = receivedRef;
|
|
4667
4667
|
internalRef.current = receivedRef;
|
|
4668
4668
|
};
|
|
4669
|
-
React.useEffect(() => {
|
|
4670
|
-
if (autoFocus) {
|
|
4671
|
-
setTimeout(() => {
|
|
4672
|
-
internalRef.current?.focus();
|
|
4673
|
-
}, 0);
|
|
4674
|
-
}
|
|
4675
|
-
}, []);
|
|
4676
4669
|
React.useEffect(() => {
|
|
4677
4670
|
const input = internalRef.current;
|
|
4678
4671
|
if (input && type !== 'number' && type !== 'email')
|