mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(select): component can be used outside ion-item (#26572)
This commit is contained in:
@ -721,16 +721,23 @@ export const IonSegmentButton = /*@__PURE__*/ defineContainer<JSX.IonSegmentButt
|
||||
|
||||
|
||||
export const IonSelect = /*@__PURE__*/ defineContainer<JSX.IonSelect>('ion-select', defineIonSelect, [
|
||||
'disabled',
|
||||
'cancelText',
|
||||
'okText',
|
||||
'placeholder',
|
||||
'name',
|
||||
'selectedText',
|
||||
'multiple',
|
||||
'color',
|
||||
'compareWith',
|
||||
'disabled',
|
||||
'fill',
|
||||
'interface',
|
||||
'interfaceOptions',
|
||||
'compareWith',
|
||||
'justify',
|
||||
'label',
|
||||
'labelPlacement',
|
||||
'legacy',
|
||||
'multiple',
|
||||
'name',
|
||||
'okText',
|
||||
'placeholder',
|
||||
'selectedText',
|
||||
'shape',
|
||||
'value',
|
||||
'ionChange',
|
||||
'ionCancel',
|
||||
|
Reference in New Issue
Block a user