Skip to content

Commit

Permalink
nuzhy/firefox input type number spin button issue (#780)
Browse files Browse the repository at this point in the history
* fix: firefox input type number spin button issue

* fix: allow datepicker actionsheet to full height
  • Loading branch information
Nuzhy-Deriv authored Aug 8, 2024
1 parent 31b23db commit 70793ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@binary-com/binary-document-uploader": "^2.4.4",
"@binary-com/binary-style": "^0.2.26",
"@binary-com/webtrader-charts": "^0.6.1",
"@deriv-com/quill-ui": "^1.13.39",
"@deriv-com/quill-ui": "^1.13.43",
"@deriv/deriv-api": "^1.0.15",
"@deriv/quill-icons": "^1.23.1",
"@livechat/customer-sdk": "4.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/javascript/app/pages/form/form-component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export const FormComponent = () => {
onSelectDate={(value) => {
onExpiryDateChange(value);
}}
fullHeightOnOpen={false}
/>
) : (
<DropdownComponent
Expand Down

0 comments on commit 70793ea

Please sign in to comment.