Select constructor

Select([
  1. String? value
])

The <select> HTML element represents a control that provides a menu of options. Read more...

Implementation

Select([super.value]) {
  tag = 'select';
}