Skip to content

Add max length option on Titleblocks that sets maxlength attribute.#4546

Merged
frjo merged 1 commit into
mainfrom
enhancement/add-max-length-titleblock
May 22, 2025
Merged

Add max length option on Titleblocks that sets maxlength attribute.#4546
frjo merged 1 commit into
mainfrom
enhancement/add-max-length-titleblock

Conversation

@frjo

@frjo frjo commented May 19, 2025

Copy link
Copy Markdown
Member

Fixes #4544

data-maxlength="{{ field.field.max_length }}"
x-data="{
maxlength: $el.dataset.maxlength,
curlength: 12345

This comment was marked as outdated.

@frjo frjo force-pushed the enhancement/add-max-length-titleblock branch from 612cab5 to 809533d Compare May 19, 2025 10:16
@frjo frjo added Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Type: Patch Mini change, used in release drafter labels May 19, 2025
@frjo frjo force-pushed the enhancement/add-max-length-titleblock branch 2 times, most recently from 668fa51 to faad0ce Compare May 20, 2025 10:38
@frjo frjo requested a review from theskumar May 20, 2025 10:39
@frjo frjo added Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team and removed Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels May 20, 2025
@frjo frjo force-pushed the enhancement/add-max-length-titleblock branch 2 times, most recently from c8fd07b to f355a1f Compare May 22, 2025 12:23
@frjo frjo force-pushed the enhancement/add-max-length-titleblock branch from f355a1f to 3367ed9 Compare May 22, 2025 12:25
@frjo frjo merged commit 689582d into main May 22, 2025
7 checks passed
@theskumar theskumar deleted the enhancement/add-max-length-titleblock branch July 20, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Type: Patch Mini change, used in release drafter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limiting application title length

1 participant