Opened 13 years ago
Closed 7 years ago
#8963 closed enhancement (patchwelcome)
ValidationTextArea and SimpleTextArea
Reported by: | vincentastek | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Hi,
I read that there would be a ValidationTextArea? in 1.3 release. Does this cover the SimpleTextArea? too ? Or only TextArea? ? Because I do need Validation options on both of them.
If it's not covered, could there be a ValidationSimpleTextArea? ?
Thanks a lot.
Vincent
Change History (10)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
In fact I was more interested in the regExp implementation (with isValid methods etc.)
Will this be implemented too ?
Thanks.
comment:3 Changed 13 years ago by
Milestone: | 1.3 → 1.4 |
---|
Oh I see. I think some others have asked about this too. No current plans to do it just because of problems displaying the validation icon (when there's an error), but perhaps could be done along with #7332.
comment:4 Changed 13 years ago by
Milestone: | 1.4 → future |
---|
required=boolean should be included as well
comment:6 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:7 Changed 9 years ago by
Owner: | set to Douglas Hays |
---|---|
Status: | reopened → assigned |
Bulk update of unassigned Dijit - form tickets
comment:8 Changed 8 years ago by
Owner: | Douglas Hays deleted |
---|---|
Status: | assigned → open |
comment:10 Changed 7 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | open → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
You are probably thinking of [16179], but that functionality (namely the maxLength parameter enforcement) got rolled into TextArea and SimpleTextArea. It's there already.