Skip to content

Commit

Permalink
feat: add CSS class for Read-Only mode
Browse files Browse the repository at this point in the history
Close #178
  • Loading branch information
javier-godoy authored and paodb committed Oct 23, 2024
1 parent ccd465d commit 86d24c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ public void setReadOnly(final boolean readOnly) {
removeButton.setEnabled(!readOnly);
addAllButton.setEnabled(!readOnly);
removeAllButton.setEnabled(!readOnly);
setClassName("readonly", readOnly);
}

@Override
Expand Down

0 comments on commit 86d24c5

Please sign in to comment.