How to use the select.jsx.Option function in select

To help you get started, we’ve selected a few select examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github FormidableLabs / radon-select / test / spec / select.spec.js View on Github external
beforeEach(function() {
      container = document.createElement('div');
      component = ReactDOM.render(
        React.createElement(RadonSelect, {selectName: "test"}, [
          React.createElement(RadonSelect.Option, {key: "blah"}, "blah"),
          React.createElement(RadonSelect.Option, {key: "foo"}, "foo")
        ]),
        container
      );
    });
github FormidableLabs / radon-select / test / spec / select.spec.js View on Github external
beforeEach(function() {
      container = document.createElement('div');
      component = ReactDOM.render(
        React.createElement(RadonSelect, {selectName: "test"}, [
          React.createElement(RadonSelect.Option, {key: "blah"}, "blah"),
          React.createElement(RadonSelect.Option, {key: "foo"}, "foo")
        ]),
        container
      );
    });

select

Programmatically select the text of a HTML element

MIT
Latest version published 7 years ago

Package Health Score

67 / 100
Full package analysis