sit-onyx 1.0.0-alpha.44 → 1.0.0-alpha.45
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.
|
@@ -81,3 +81,13 @@ export declare const WithMessage: {
|
|
|
81
81
|
label: string;
|
|
82
82
|
};
|
|
83
83
|
};
|
|
84
|
+
/**
|
|
85
|
+
* This example shows a input with autocomplete where the browser suggest to fill the input value.
|
|
86
|
+
* Note: For this example you need to have set your name in your browser settings.
|
|
87
|
+
*/
|
|
88
|
+
export declare const Autocomplete: {
|
|
89
|
+
args: {
|
|
90
|
+
label: string;
|
|
91
|
+
autocomplete: "name";
|
|
92
|
+
};
|
|
93
|
+
};
|