Skip to content

Commit

Permalink
Set proper DOM ids to the fields of the type selector form
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Oct 16, 2024
1 parent 9d1f76f commit a9b15ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colander/templates/helpers/dynamic_type_selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ <h4>Entity</h4>
v-model="selectedModel"
:options="modelNames()"
:select-size="6"
id="id_super_type_selector"
value-field="short_name"
text-field="name"
required
Expand All @@ -18,6 +19,7 @@ <h4>Type</h4>
v-model="selectedType"
:options="modelTypes()"
:select-size="6"
id="id_type_selector"
value-field="id"
text-field="name"
required
Expand Down

0 comments on commit a9b15ab

Please sign in to comment.