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
@@ -153,6 +155,10 @@ The composition allows you to customize the component or add new features. See s
153
155
154
156
<PickerGroupExample />
155
157
158
+
## Flexible width
159
+
160
+
<PickerWidthExample />
161
+
156
162
## Hybrid component
157
163
158
164
Native select for mobile devices offers a better experience compared to Picker in some cases. The Picker offers the possibility to render using the native selector of the browser of the device when it is detected that it is on a mobile device, by default this property is disabled but it can be enabled by setting the `native` property to `true`.
0 commit comments