Method: MatSelect#select
- Defined in:
- lib/insite/examples/material_angular_io/components/mat_select.rb
#select(*values) ⇒ Object
12 13 14 |
# File 'lib/insite/examples/material_angular_io/components/mat_select.rb', line 12 def select(*values) values.each { |val| option(text: process_value(val)) }.click end |