Skip to content

Allow 'disabled' HTML attribute on field types#1313

Open
jbrejcha wants to merge 14 commits intohtmlburger:developmentfrom
jbrejcha:fix/allow-disabled-attribute
Open

Allow 'disabled' HTML attribute on field types#1313
jbrejcha wants to merge 14 commits intohtmlburger:developmentfrom
jbrejcha:fix/allow-disabled-attribute

Conversation

@jbrejcha
Copy link
Copy Markdown

The allowed_attributes whitelist rejected the standard HTML disabled attribute with an error. This adds disabled to the base Field class and all subclasses that override the whitelist (Text_Field, Textarea_Field, Date_Field).

Fixes #1306

@jbrejcha jbrejcha changed the base branch from master to development April 11, 2026 17:58
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.

Attribute 'disabled' should not be prohibited for some filed types

5 participants