-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
fairlighteth
commented
Jan 17, 2022
•
edited
Loading
edited
- Text changes
- Input field style changes
|
Hey @biocom , test and input field changes LGTM. |
</span> | ||
<label> | ||
<input | ||
// disabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it not be disabled via the attribute?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My impression was this disabled
attribute isn't set dynamically yet. And needed it to be not disabled for styling purposes. Commenting out as we need to address this still.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, thought it was always disabled for this state, misread that. what are the criteria for disabled? we need to make an issue for this right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice