Skip to content
New issue

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

Can not disable ra.action.clear_input_value in SelectInput #9668

Closed
SilverHof opened this issue Feb 15, 2024 · 1 comment
Closed

Can not disable ra.action.clear_input_value in SelectInput #9668

SilverHof opened this issue Feb 15, 2024 · 1 comment

Comments

@SilverHof
Copy link

I have a problem with https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/input/SelectInput.tsx

I want to disable this field
image
How can I do it?

Case 1: <SelectInput validate={....} />
Problem 1 - I dont want to validate this field

Case 2: <SelectInput isRequired />
Problem - A star icon appears next to the label
image

The problem is here
image

I think isRequired prop shouldn't be here, its like clearInputValue prop

@adguernier
Copy link
Contributor

adguernier commented Feb 16, 2024

Hi, and thanks for your question. As explained in the react-admin contributing guide, we use the GitHub issues for bugs and feature requests only.

For support question ("How To", usage advice, or troubleshooting your own code), you have three options:

  • Community support: Ask your question on StackOverFlow. This makes your question easy to find by the developer community. StackOverFlow has great SEO, gamification, voting, and reputation system.
  • Community support: Ask your question on Discord. Some react-admin users and contributors might have time to answer your questions.
  • Professional support: If you're a React-Admin Enterprise Edition subscriber, you have unlimited access to the Professional Support service. This service guarantees that you'll get an answer shortly.

If your problem is urgent, please consider subscribing to the Enterprise Edition, starting at 125€. It's a good way to contribute to the sustainability of react-admin.

So I'm closing this issue, and inviting you to ask your question in one of the support channels above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants