-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add disabled option in SelectInput #2539
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This speeds up unit tests big deal
making bottom padding for last child to be 70px for xs media size
CREATE doc.
…t-doc Fix ra-data-simple-rest CREATE doc.
Fix Edit toolbar hides the last form item on mobile
- update screenshots - use Guessers first - fix outdated table of contents in sidebar
Double brackets (`{{`) declare an instruction in Liquid. We must use `{% raw %}` around code snippets using them, or the conent isn't rendered in the gh-pages docs.
[RFR] Update tutorial
[RFR] Fix missing styles in rendered documentation
[RFR] Fix instructions to develop react-admin using npm link
fix: link for graphcool data provider on docs
Added Norwegian translation to docs and removed old translation (aor)
[RFR] Temporarily use graphql-ast-types-browser instead of graphql-ast-types
…ld-total [RFR] Pass total to ReferenceManyField
I've translated contents to catalan as a translation package (own repository)
Added catalan translations
[RFR] Fix non-Admin snippet in custom app documentation
[Docs] Fixed example code
[RFR] Migrate ra-core to TypeScript
[RFR] Migrate ra-core actions to Typescript
docs: fix example code for adding upload feature in DataProviders.md
This reverts commit 558a7c4.
…ding Fix Datagrid header cell padding
…lick [RFR] Fix click on DeleteButton in List redirects to Edit
So basically I found a typo in *Adding Creation and Editing Capabilities* section.
Fix typo in tutorial
- choices with a `disabled: true` property are disabled - property name can be set with `disableValue`
Neat! As it's a new feature, could you open the PR against the |
@fzaninotto I will close this one and create another one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2512