We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: [], }
Select ${value.name}
The update and cancel buttons is getting hidden below the screen. I am not able to scroll the screen also
.
The text was updated successfully, but these errors were encountered:
@gopijagadeesan-s Please share a code sandbox link where the issue is reproducible.
Sorry, something went wrong.
No branches or pull requests
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
.
The text was updated successfully, but these errors were encountered: