@theroutingcompany/components 0.0.148-alpha.5 → 0.0.148-alpha.6
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.
|
@@ -34450,6 +34450,7 @@ function IG(e) {
|
|
|
34450
34450
|
// Pass label to useTextField for proper aria-labelledby
|
|
34451
34451
|
inputElementType: "input",
|
|
34452
34452
|
value: V,
|
|
34453
|
+
validationState: y || p ? "invalid" : void 0,
|
|
34453
34454
|
onChange: (de) => {
|
|
34454
34455
|
W(de), a(de), B(!0), z(-1), de === "" && u(null);
|
|
34455
34456
|
}
|