Hi there! Is there any way of populating the select using the value of another input and refresh it when the other input changes? e.g: ``` f.input(:user) f.input(:posts, as: :searchable_select, collection: <user_selected_in_input>.posts }) ``` I would appreciate any help on this!