Skip to content

Commit

Permalink
Merge pull request #195 from tomickigrzegorz:tomickigrzegorz/issue194
Browse files Browse the repository at this point in the history
Fixed aria on init
  • Loading branch information
tomickigrzegorz authored Mar 24, 2024
2 parents e9baa94 + 0e6c834 commit 7812089
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 97 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2024-03-24 (2.0.1)
### Bug Fixes
- set default aria on initial input field
- aria-posinset start from 0, should be 1


## 2024-03-20 (2.0.0)
## Added
- removeResultsWhenInputIsEmpty - the parameter deletes the results. We use the `destroy()` method which removes the results from the DOM and returns everything to its original state.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ See the demo - [example](https://tomickigrzegorz.github.io/autocomplete/)
#### CSS

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].0/dist/css/autocomplete.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/css/autocomplete.min.css"/>
```

#### JavaScript

```html
<script src="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].0/dist/js/autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/js/autocomplete.min.js"></script>
```

##### -- OR --
Expand Down Expand Up @@ -480,9 +480,9 @@ Configuration for IE:
### cdn
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].0/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].0/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].0/dist/css/autocomplete.ie.min.css
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/css/autocomplete.ie.min.css
### cdn polyfill from npm
Expand Down
23 changes: 14 additions & 9 deletions dist/js/autocomplete.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/autocomplete.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/autocomplete.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7812089

Please sign in to comment.