Skip to content

Commit

Permalink
ON-33045 # Changed form element to display options as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jul 13, 2023
1 parent 966a0d3 commit bd04942
Show file tree
Hide file tree
Showing 19 changed files with 929 additions and 519 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- blur autocomplete when an option is clicked
- form element to display options as soon as possible instead of wait for all dynamic options to be loaded

## [4.2.0] - 2023-07-12

Expand Down
19 changes: 15 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5.10.1",
"@mui/x-date-pickers": "^6.9.1",
"@oneblink/apps": "^5.2.0-beta.1",
"@oneblink/apps": "^6.0.0-beta.1",
"@oneblink/release-cli": "^2.0.2",
"@oneblink/types": "github:oneblink/types",
"@types/blueimp-load-image": "^5.16.0",
Expand Down Expand Up @@ -136,4 +136,4 @@
"types": "npm i -D github:oneblink/types",
"typescript": "tsc --noEmit"
}
}
}
Loading

0 comments on commit bd04942

Please sign in to comment.