You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include Phlex::Rails::Helpers::OptionsForSelect
include Phlex::Rails::Helpers::SelectTag
def view_template
select_tag(:field, options_for_select(options, value))
end
The options render outside the select tag rather than inside.
The text was updated successfully, but these errors were encountered:
Given the following Phlex inside a component
The options render outside the select tag rather than inside.
The text was updated successfully, but these errors were encountered: