Skip to content

Commit

Permalink
Fix add button enable/disable logic for enumerator questions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpw-goog committed Apr 26, 2024
1 parent 7b3cd57 commit 226eff9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ private static DivTag enumeratorField(
localizedEntityType)
+ indexString)
.addReferenceClass(ReferenceClasses.ENTITY_NAME_INPUT);
if (!isDisabled) {
entityNameInputField.setAttribute("data-entity-input");
}
if (elementId.isPresent()) {
entityNameInputField.setId(elementId.get());
}
Expand Down

0 comments on commit 226eff9

Please sign in to comment.