Open Ziinc opened 2 years ago
great idea!
@MildTomato Can I try this one? Also, shouldn't the error icon be with the error msg instead of within the input component?
It might be best to avoid changing anything right now in master
branch
I'm about to merge a huge change into the alpha
branch, so it might be better to work on changes for this on that branch since I think a lot of the actions container has been refactored.
@FatumaA I think the best action to take might be to just add a new prop, like hideErrorIcon
which would stop the icon appearing altogether when error
prop is used.
Ok, thanks @MildTomato, I will go ahead and attempt a fix for this then
Is this still an issue? I'd be happy to take another look ðŸ¤
Is this issue still open?
Would be great to have a prop to hide the error icon, currently it shows by default, which in some situations (see below) would make the input bar actions area even more cluttered. Currently no way to hide it once the
error
prop is provided.