- This topic has 8 replies, 2 voices, and was last updated 1 year, 8 months ago by .
-
Topic
-
There is currently no support for the
<a>
tag in theSelect
andSelect-Advanced
field types. Before I start creating a custom field type that supports optgroup, I thought it best to get some thoughts on this.Logically, the field options could be defined like so:
'options' => array( 'Monkeys' => array( 'king_kong' => 'King Kong', 'curious_george' => 'Curious George' ), 'Donkeys' => array( 'eeyore' => 'Eeyore', 'gus' => 'Gus' ) ),
From a quick investigation the following elements would need to be overwritten
- RWMB_Choice_Field > get_options
- RWMB_Select_Field > walk
- RWMB_Walker_Select > start_el
Does it make more sense to change the core to support this standard HTML element, or build a custom field type? Am I the only one that missed the optgroup tag? Thoughts?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.