Class: SelectCell
- Inherits:
-
FormCellBase
- Object
- Cell::ViewModel
- UiComponents::Cell
- FormCellBase
- SelectCell
- Defined in:
- app/cells/select/select_cell.rb
Constant Summary collapse
- DATA_ATTRIBUTES =
%i[ placeholder error width remote_options disable_search ].freeze
Instance Method Summary collapse
Methods included from UiComponents::CellAttributes
Methods included from UiComponents::ViewHelper
Instance Method Details
#show ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'app/cells/select/select_cell.rb', line 33 def show [:form].select( [:name], , , ) end |