@theroutingcompany/components 0.0.148-alpha.6 → 0.0.148-alpha.7
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,7 +34450,6 @@ 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,
|
|
34454
34453
|
onChange: (de) => {
|
|
34455
34454
|
W(de), a(de), B(!0), z(-1), de === "" && u(null);
|
|
34456
34455
|
}
|
|
@@ -34576,6 +34575,7 @@ function IG(e) {
|
|
|
34576
34575
|
"aria-controls": A,
|
|
34577
34576
|
"aria-autocomplete": "list",
|
|
34578
34577
|
"aria-activedescendant": U >= 0 && U < o.length ? C(U) : void 0,
|
|
34578
|
+
"aria-invalid": y || p ? !0 : void 0,
|
|
34579
34579
|
isFocused: G,
|
|
34580
34580
|
isInvalid: y || !!p,
|
|
34581
34581
|
placeholder: i && !V ? "Loading..." : n,
|