react-better-html 1.1.168 → 1.1.169
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.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4791,10 +4791,10 @@ function useForm(options) {
|
|
|
4791
4791
|
getRadioButtonProps,
|
|
4792
4792
|
getSwitchProps,
|
|
4793
4793
|
focusField,
|
|
4794
|
-
inputFieldRefs,
|
|
4795
|
-
textAreaRefs,
|
|
4796
|
-
dropdownRefs,
|
|
4797
|
-
toggleInputRefs,
|
|
4794
|
+
inputFieldRefs: inputFieldRefs.current,
|
|
4795
|
+
textAreaRefs: textAreaRefs.current,
|
|
4796
|
+
dropdownRefs: dropdownRefs.current,
|
|
4797
|
+
toggleInputRefs: toggleInputRefs.current,
|
|
4798
4798
|
validate: validateForm,
|
|
4799
4799
|
onSubmit: onSubmitFunction,
|
|
4800
4800
|
reset,
|