You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SearchSelect-test.tsx.snap 377B

1234567891011121314151617
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render Select 1`] = `
  3. <Select
  4. autoFocus={true}
  5. escapeClearsValue={false}
  6. filterOption={[Function]}
  7. isLoading={false}
  8. noResultsText="select2.tooShort.2"
  9. onBlurResetsInput={true}
  10. onChange={[Function]}
  11. onInputChange={[Function]}
  12. options={Array []}
  13. placeholder="search_verb"
  14. searchable={true}
  15. />
  16. `;