mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-08 00:13:09 +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
|
* If the mode is "auto", the component will check the invalid state
|
||||||
* on change and add an invalid state if it is invalid.
|
* on change and add an invalid state if it is invalid.
|
||||||
*/
|
*/
|
||||||
mode?: "auto";
|
mode?: "auto" | "manual";
|
||||||
|
|
||||||
isInvalid?: boolean;
|
isInvalid?: boolean;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user