cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

[CAL-2939] input elements should be disabled while loading (updating or creating)

Open soham2k06 opened this issue 1 year ago • 3 comments

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.

CAL-2939

soham2k06 avatar Jan 09 '24 06:01 soham2k06

@soham2k06 Can you name some place. so that it will be easy for me to track the isuue

Airbornharsh avatar Jan 09 '24 14:01 Airbornharsh

@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.

soham2k06 avatar Jan 10 '24 10:01 soham2k06

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.

iprime2 avatar Jan 14 '24 19:01 iprime2