Ticket #382 (new enhancement)
Allow overriding fconf for implicit member controls
| Reported by: | karel | Owned by: | mpo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | modules/kauri-forms | Version: | |
| Keywords: | Cc: | kauri-discuss@… |
Description
e.g. date-range controls have implicit members 'start' and 'end'.
At this point, you can not attach a 'required' validator to these child members.
You can write a validator on the date-range control,
but it will fire as soon as the user enters the first date - causing a validation error ("end date required") before the user has a chance of filling in the end date.
Change History
comment:1 Changed 3 years ago by karel
- Priority changed from major to minor
- Type changed from task to enhancement
- Component changed from -- unknown -- to modules/kauri-forms
- Milestone set to 0.5
comment:2 Changed 3 years ago by mpo
- Summary changed from Require overriding fconf for implicit member controls to Allow overriding fconf for implicit member controls
Slightly modified the title to open op the scope.
The (to be) supported configuring of implicit members should probably be just as functional as configuring nomral ones (ie not only for adding the 'require' validator)
Note: See
TracTickets for help on using
tickets.