Define manual mode for input

This commit is contained in:
Arnaud 2025-03-28 10:57:36 +01:00
parent e0f8eb76e4
commit 579ab4fbed
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -28,7 +28,7 @@ type Props = {
* If the mode is "auto", the component will check the invalid state
* on change and add an invalid state if it is invalid.
*/
mode?: "auto";
mode?: "auto" | "manual";
isInvalid?: boolean;