Skip to content

Commit

Permalink
Merge pull request #4860 from HSLdevcom/DT-5929
Browse files Browse the repository at this point in the history
fix: mobile version date selector bug fix
  • Loading branch information
sharhio authored Sep 20, 2023
2 parents 4342c31 + 7f2d437 commit eb96ae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitransit-component/digitransit-component-datetimepicker",
"version": "0.7.4",
"version": "0.7.5",
"description": "digitransit-component datetimepicker module",
"main": "index.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function MobileDatepicker({
onBlur: () => {
changeOpen(false);
},
id: inputId,
'aria-labelledby': labelId,
'aria-autocomplete': 'none',
readOnly: true,
Expand Down

0 comments on commit eb96ae7

Please sign in to comment.