Opened 8 years ago
Closed 5 years ago
#16374 closed enhancement (patchwelcome)
dijit/form/ValidationTextBox case insensitive pattern
Reported by: | Kitson Kelly | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dijit - Form | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be useful if dijit/form/ValidationTextBox allowed a way to specify the pattern to match case-insensitively like the RegExp /i
flag allows.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 7 years ago by
Owner: | Douglas Hays deleted |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by
Status: | assigned → open |
---|
comment:4 Changed 5 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 2+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
I can see this as useful to a few people. Unfortunately HTML 5's "pattern" attribute (which we model after) is case-sensitive as well. I'd like to wait until HTML 5 adopts this so we're not inconsistent and can downgrade gracefully. In the mean time, usually the pattern can be amended to include [a-z][A-Z] constructs.