You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/core/src/components.d.ts
+8-6
Original file line number
Diff line number
Diff line change
@@ -645,6 +645,7 @@ export namespace Components {
645
645
"size"?: Size;
646
646
/**
647
647
* The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
648
+
* @default null
648
649
*/
649
650
"value"?: File|File[]|null;
650
651
}
@@ -907,7 +908,7 @@ export namespace Components {
907
908
*/
908
909
"compare"?: RadioGroupCompareFn|string|null;
909
910
/**
910
-
* If `true`, apply the disabled property to all `pop-radio`.
911
+
* If `true`, apply the disabled property to every `pop-radio`.
911
912
* @config
912
913
* @default false
913
914
*/
@@ -917,7 +918,7 @@ export namespace Components {
917
918
*/
918
919
"name": string;
919
920
/**
920
-
* If `true`, apply the required property to all `pop-radio`.
921
+
* If `true`, apply the required property to every `pop-radio`.
* The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
0 commit comments