Method: Playbook::PbSelect::Select#all_attributes
- Defined in:
- app/pb_kits/playbook/pb_select/select.rb
#all_attributes ⇒ Object
30 31 32 33 34 35 36 37 38 39 40 |
# File 'app/pb_kits/playbook/pb_select/select.rb', line 30 def all_attributes { id: id, prompt: blank_selection, disabled: disabled, required: required, multiple: multiple, onchange: onchange, include_blank: include_blank, }.merge(attributes) end |