A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
368
stars
55
forks
source link
fix(input): disabled styles for input component #326
Closed
ben-girardet closed 4 years ago
When an input field has no value, without this fix the input textbox is displayed with a background color and overflow the ux-input wrapper.
This fix hide the input textbox for disabled empty fields, leaving only the label in position.
Naturally the textbox is displayed for non-empty fields.