PopupRadio
Install

Install

props are the same as cell's and radio's. Be aware that it doesnot support fillMode.


API

Props

nametypedefaultdescriptionrequired version
readonlystringreadonly, shown like a cellv2.3.6

Events

nameparamsdescriptionrequired version
@on-show--fires when popup showsv2.6.5
@on-hide--fires when popup hidesv2.6.5

Slots

namedescriptionrequired version
popup-headerpopup header slotv2.3.3
each-itemcustom how label displaysv2.3.7


Contributors

Contributors

Total commits quantity: 29,Total contributors quantity: 2

airylandsongyazhao

Changelog

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