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
I've make the select options with select form helper, and using live search. but when i'm typing on the search input, it didn't work. it wont filter anything that i've typed.
I've make the select options with select form helper, and using live search. but when i'm typing on the search input, it didn't work. it wont filter anything that i've typed.
= select 'user', 'year', options_for_select(((Date.today.year - 100)..Date.today.year), current_user.dob&.year), {}, class: 'form-control selectpicker', name: 'user[birthdate][year]', data: { 'live-search': true, 'show-subtext': true }
I'm using
The text was updated successfully, but these errors were encountered: