pulled master, moved locale entry to new location

This commit is contained in:
cwm
2017-12-10 15:22:15 -06:00
77 changed files with 1611 additions and 175 deletions

View File

@ -209,6 +209,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {
onBlur={this.onBlur}
onPaste={this.onPaste}
style={style}
aria-autocomplete='list'
/>
</label>