select static method

DomProps select([
  1. Map? backingMap
])

Returns a new builder that renders a <select> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps select([Map? backingMap]) => DomProps(react.select, backingMap);