cal.com
cal.com copied to clipboard
[CAL-2939] input elements should be disabled while loading (updating or creating)
Is your proposal related to a problem?
Most of the inputs are still accepting input even while loading. But it's leading to bugs.
Describe the solution you'd like
Inputs should be disabled while loading.
House rules
- If this issue has a
🚨 needs approval
label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.- For clarity: Non-core member issues automatically get the
🚨 needs approval
label. - Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction.
- For clarity: Non-core member issues automatically get the
@soham2k06 Can you name some place. so that it will be easy for me to track the isuue
@Airbornharsh In almost every static (non modals) form inputs. eg. profile settings, event updating and many more inputs which are static and not contained in any modals. This is causing many different bugs.
Hey @soham2k06 I looked into this issue. I went to the profile page and tried to update my email, but the email input was not disabled while updating. The main reason for this is that in this input (TextField components), the disabled props value is not passed. Please let me know what you think about this.