freshworks / crayons

🖍️ Crayons - A UI Kit comprising of web components for building Freshworks Apps!

Home Page:https://crayons.freshworks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] - Not able to see the update and cancel button in datepicker popup. Not able to scroll the screen also.

gopijagadeesan-s opened this issue · comments

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

.

@gopijagadeesan-s Please share a code sandbox link where the issue is reproducible.