This commit is contained in:
mgabdev
2020-03-24 00:39:12 -04:00
parent 65af72faae
commit 0d9dbdfecd
79 changed files with 1847 additions and 946 deletions

View File

@@ -260,10 +260,10 @@ export default class AutosuggestTextbox extends ImmutablePureComponent {
/>
<ContentEditable
tabindex='0'
ariaLabel='Gab text'
tabIndex='0'
aria-label='Gab text'
role='textbox'
ariaAutocomplete='list'
aria-autocomplete='list'
style={{
userSelect: 'text',
'white-space': 'pre-wrap',