Skip to content

Commit 26916e2

Browse files
authored
Fix school list lookup (#1672)
list attribute was not getting passed all the way to creation
1 parent a5fd02b commit 26916e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/helpers/newflow_form_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def text_field(name:,
7575
class: desired_class_name,
7676
data: data(only: only, except: except),
7777
autofocus: autofocus,
78+
list: list,
7879
readonly: readonly,
7980
onkeyup: onkeyup,
8081
onkeydown: onkeydown,

0 commit comments

Comments
 (0)