feat(select): component can be used outside ion-item (#26572)

This commit is contained in:
Liam DeBeasi
2023-01-11 11:21:30 -05:00
committed by GitHub
parent 9761b0a092
commit 02640b5795
482 changed files with 3989 additions and 347 deletions

View File

@ -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',