@loadsmart/loadsmart-ui 6.1.0 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/loadsmart-ui",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "main": "dist",
6
6
  "files": [
@@ -253,6 +253,7 @@ function Select(props: SelectProps): JSX.Element {
253
253
  trailing={getTrailing()}
254
254
  placeholder={placeholder}
255
255
  autoComplete="off"
256
+ aria-autocomplete="none"
256
257
  />
257
258
  <SelectMenu {...select.getMenuProps()}>
258
259
  <SelectContext.Provider value={select}>{renderOptions()}</SelectContext.Provider>