innovaccer / design-system

Masala Design System (MDS) is an open-source design system built at Innovaccer. Figma file : https://www.figma.com/community/file/974368355920553546/masala-design-system-web-guidelines
https://mds.innovaccer.com
MIT License
84 stars 79 forks source link

Input is showing icon with no text #792

Closed atifzaidi92 closed 3 years ago

atifzaidi92 commented 3 years ago

Description

If there is no value and input is disabled, UI is showing an icon on the right side

Steps to reproduce

      <Input actionIcon={<Icon name="visibility_off" />}
      name="input"
      onChange={function(_){}}
      placeholder="Placeholder"
      type="text"
      disabled
      value=""
      />

Expected result

no icon in this case on the right side

Actual result

able to see the right side icon in case. empty input value

satyamyadav commented 3 years ago

@atifzaidi92 Thank you for bringing this to our attention; we will work to resolve it as quickly as possible.