[Bug] - Not able to see the update and cancel button in datepicker popup. Not able to scroll the screen also. #801
Open
Description
I am using Fw-Form Date picker in the react app.
This is my code {
id: value.key,
name: value.key,
label: value.name,
type: "DATE_TIME",
required: true,
placeholder: Select ${value.name}
,
choices: [],
}
The update and cancel buttons is getting hidden below the screen. I am not able to scroll the screen also
Scrolling.mp4
.