Dharmveer
Dharmveer
https://github.com/vercel/commerce/assets/51308779/cb7f0e62-6910-4251-a142-e8a5663abd97
same issue is here https://github.com/nextui-org/nextui/issues/3241 #3241 anybody know how to fix this issue?
@kamami If you want to fix this issue, you can install the individual modal box using version 2.0.0. It is a little bit buggy too, but the keyboard issue does...
## `TEMP SOLUTION` ``` 'use client'; import React, { useEffect, useRef } from 'react'; import { Button, useDisclosure, Modal, ModalContent, ModalBody, } from '@nextui-org/react'; import CreateLotForm from '../../components/forms/CreateLotForm'; const AddLotModal...
https://github.com/dharmveer97/nextui-modal-bug-test here is the testing github repo
> [ENG-1003 In modal box Input Fields Obscured by Keyboard on Mobile Devices](https://linear.app/nextui-inc/issue/ENG-1003/in-modal-box-input-fields-obscured-by-keyboard-on-mobile-devices) ????
https://github.com/nextui-org/nextui/assets/51308779/84f82427-088e-439e-bce4-63cc312fe898
Hi @alphaxek the login and sign-up pages are separate pages, not modal boxes. The issue occurs when I put a form in a modal box. On mobile devices, the keyboard...
## `TEMP SOLUTION` ``` 'use client'; import React, { useEffect, useRef } from 'react'; import { Button, useDisclosure, Modal, ModalContent, ModalBody, } from '@nextui-org/react'; import CreateLotForm from '../../components/forms/CreateLotForm'; const AddLotModal...
```json { "workbench.activityBar.location": "default", "workbench.activityBar.orientation": "vertical" } ``` ### Steps to Apply These Settings: 1. Open Cursor AI. 2. Press `Command` + `Shift` + `P` (or `Ctrl` + `Shift` +...