Skip to content

Commit 94de6fb

Browse files
committed
feat(search-select-input): inherit from SelectInputBase
This allows use of association name instead of id in inputs
1 parent d569b32 commit 94de6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/inputs/search_select_input.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class SearchSelectInput < ActiveAdminAddons::InputBase
1+
class SearchSelectInput < ActiveAdminAddons::SelectInputBase
22
include ActiveAdminAddons::SelectHelpers
33

44
def render_custom_input

0 commit comments

Comments
 (0)