@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 CHANGED
@@ -4646,13 +4646,6 @@ const TextField = React__default.forwardRef((props, ref) => {
4646
4646
  ref.current = receivedRef;
4647
4647
  internalRef.current = receivedRef;
4648
4648
  };
4649
- useEffect(() => {
4650
- if (autoFocus) {
4651
- setTimeout(() => {
4652
- internalRef.current?.focus();
4653
- }, 0);
4654
- }
4655
- }, []);
4656
4649
  useEffect(() => {
4657
4650
  const input = internalRef.current;
4658
4651
  if (input && type !== 'number' && type !== 'email')