Skip to content

Commit

Permalink
form.field.TextArea: remove the clear trigger as the default setting #…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Dec 5, 2023
1 parent f9706bd commit f64e144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/form/field/TextArea.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ class TextArea extends Text {
* @member {String[]} baseCls=['neo-textarea','neo-textfield']
*/
baseCls: ['neo-textarea', 'neo-textfield'],
/**
* True shows a clear trigger in case the field has a non-empty value.
* @member {Boolean} clearable=false
*/
clearable: false,
/**
* The visible width of the text control, in average character widths.
* If it is specified, it must be a positive integer.
Expand Down

0 comments on commit f64e144

Please sign in to comment.