Module: NitroKit::ComboboxHelper

Defined in:
app/helpers/nitro_kit/combobox_helper.rb

Instance Method Summary collapse

Instance Method Details

#nk_combobox(name = nil, options = [], **attrs) ⇒ Object



5
6
7
# File 'app/helpers/nitro_kit/combobox_helper.rb', line 5

def nk_combobox(name = nil, options = [], **attrs)
  render(NitroKit::Combobox.from_template(name:, options:, **attrs))
end