You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a scenario where we have a styleguide requiring this setup to group an input-element and a button-element together, where the input has rounded corners left hand side, and the button has rounded corners right hand side.
Resulting in a ruined UI, because the markup is not correct. I am reluctant to create a "hack" for this, using the iron-input selector, is there a better way to fix this?
We have a scenario where we have a styleguide requiring this setup to group an
input
-element and abutton
-element together, where the input has rounded corners left hand side, and the button has rounded corners right hand side.But with
iron-input
requires this markup:Resulting in a ruined UI, because the markup is not correct. I am reluctant to create a "hack" for this, using the
iron-input
selector, is there a better way to fix this?Possibly related to #118
cc @estene
The text was updated successfully, but these errors were encountered: