Submit button should not be visible in readOnly mode
See original GitHub issueEven with the readOnly
prop with a true value, the form renders with the submit button visible.
This happens for all the forms with template display as form
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Making all form inputs to be in readonly mode while clicking ...
When I click the submit button it hides the submit button and shows submitting text. But it doesn't change the input property to...
Read more >the form you are trying to submit is in read only
i cannot submit my data in the SP list because of this error "the form you are trying to submit is in read...
Read more >HTML attribute: readonly - HTML: HyperText Markup Language
The Boolean readonly attribute, when present, makes the element not mutable, meaning the user can not edit the control.
Read more >How to disable or enable buttons using Javascript and jQuery
Learn how to enable or disable buttons using javascript and jQuery based on whether the input field is filled or empty.
Read more >lightning-record-edit-form - Salesforce Developers
Read-only fields, such as the record ID, can't be changed in a form. If you include a read-only field in a form, it's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can try something like this, in Button Component, Conditional, Advanced ->
Great, I’ll.