Skip to content

Commit

Permalink
Reduce page label max input length back to 16 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Oct 25, 2024
1 parent d274ce4 commit d477873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/modal-popup/label-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function LabelPopup({ params, onUpdateAnnotations, onClose }) {
className="toolbarField"
value={auto ? data.autoPageLabel : label}
disabled={auto}
maxLength={32}
maxLength={16}
onChange={handleChange}
onKeyDown={handleInputKeydown}
aria-label={intl.formatMessage({ id: "pdfReader.editPageNumber"})}
Expand Down

0 comments on commit d477873

Please sign in to comment.