Optgroup
Parameters
Disabled (optional)
Label (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
optgroup label: 'Swedish Cars' do
option text: 'Volvo', value: 'volvo'
option text: 'Saab', value: 'saab'
endExample 2: Using disabled configuration
Last updated
Was this helpful?