props are the same as cell's and radio's. Be aware that it doesnot support fillMode.
API
Props
name | type | default | description | required version |
readonly | string | readonly, shown like a cell | v2.3.6 |
Events
name | params | description | required version |
@on-show | -- | fires when popup shows | v2.6.5 |
@on-hide | -- | fires when popup hides | v2.6.5 |
Slots
name | description | required version |
popup-header | popup header slot | v2.3.3 |
each-item | custom how label displays | v2.3.7 |
Contributors
Contributors
Total commits quantity: 29,Total contributors quantity: 2
airylandsongyazhaoChangelog
Releases
- v2.7.8 [fix] fix popup-radio component does not support the border-intent property of the cell component.
- v2.7.0 [fix] fix vue@2.5.0 scope issue #2076
- v2.6.5 [feature] add event:on-hde event:on-show #2053
- v2.6.0 [fix] fix placeholder logic #1964
- v2.5.10 [feature] support @cell-value-color #1874
- v2.3.7 [feature] Add slot:each-item
- v2.3.6 [feature] Add prop:readonly
- v2.3.6 [feature] Add slot:icon
- v2.3.3 [feature] Support slot:popup-header
- v2.3.1 [fix] fix cell display value
- v2.2.1-rc.8 [fix] fix label width
- v2.2.1-rc.4 [feature] new component