Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Change character_limit to integer on textarea #10608

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Aug 9, 2024

When you go to edit a textarea, the character_limit field is a text field. It should be an integer.

Strings were being saved to the config, and you get a Vue warning saying the prop should have been an integer.

(The tests were updated to coincide with the text field a handful of lines above each change. Text fields have had character_limit 0 for a while now.)

@jasonvarga jasonvarga merged commit b681fd9 into 5.x Aug 12, 2024
17 checks passed
@jasonvarga jasonvarga deleted the vue-warn-textarea-limit branch August 12, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant