react-spectrum
1b17686d - Fix TextField losing focus when help text is added or removed and no label is provided (#3621)

Comment changes are shownComment changes are hidden
Commit
2 years ago
Fix TextField losing focus when help text is added or removed and no label is provided (#3621) * fix rendering when no label or help text provided * add story * add test * fix ref * fix ref check tests * fix numberfield test * fix test * update test names * fix searchwithin style * fix searchwithin picker width * fix tabs picker width * fix numberfield test * fix story
Author
Parents
  • packages
    • @adobe/spectrum-css-temp/components
      • searchwithin
        • File
          index.css
      • tabs
        • File
          skin.css
    • @react-spectrum
      • autocomplete/test
        • File
          SearchAutocomplete.test.js
      • combobox/test
        • File
          ComboBox.test.js
      • label
        • src
          • File
            Field.tsx
        • stories
          • File
            HelpText.stories.tsx
        • test
          • File
            Field.test.js
      • numberfield/test
        • File
          NumberField.test.js
      • tabs/src
        • File
          Tabs.tsx