mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-04 06:23:07 +00:00
Define manual mode for input
This commit is contained in:
parent
e0f8eb76e4
commit
579ab4fbed
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user