Changelog
4.59.0 ( May 7th, 2024)
Example:
<Scope scope="hello">
<Input
name="world"
label="World"
validate={(value, values, { scope, name }) => {
console.log(`${scope}.${name}`); // ==> hello.world
}}
/>
</Scope>
Changelog
4.58.4 ( May 1st, 2024)
.
into a formatted number field it would result in a NANChangelog
4.58.3 ( April 29th, 2024)
react-dom
from peer deps as native app will yell at you :)Changelog
4.58.1 ( April 9th, 2024)
Changelog
4.58.0 ( April 1st, 2024)
debounceGather={1000}
prop to form that will increase the debounce on the gatherData functiondebounceError={1000}
prop to form that will increase the debounce on the asyncValidate functionChangelog
4.57.0 ( March 26th, 2024)
false
is considered to be a valuegatherOnBlur
to only gather data on blur