Skip to content

Commit

Permalink
Merge pull request #1571 from Xcreen/extendCFInputDisabled
Browse files Browse the repository at this point in the history
CFInput - Update description with html and flash behavior #1505
  • Loading branch information
pfreitag authored Oct 11, 2022
2 parents 8f0ccab + f6928f2 commit c93d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/cfinput.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
},
{
"name": "disabled",
"description": "Disables user input, making the control read-only.",
"description": "Disables user input, making the control read-only.\nHTML: Passes the attribute directly to the HTML. To enable the input you need to omit this attribute. It does not respect the attribute-value.\nFlash: Disables the input when the attribute is set without attribute-value or when the attribute-value is an positive boolean value.",
"required": false,
"default": false,
"type": "boolean",
Expand Down

0 comments on commit c93d2f2

Please sign in to comment.