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
Is there a good reason that the function declaration of searchInput() is made with an inline !important rule for border-radius in the text input box? (Using version 0.8.0)
Omitting !important in the parameter: style = "border-radius: 0.25em 0 0 0.25em !important;" would give the user the possibility of overriding that property with some custom css, but maybe I am overlooking something.
Thank you for all your hard work and a great package!
The text was updated successfully, but these errors were encountered:
Is there a good reason that the function declaration of
searchInput()
is made with an inline!important
rule for border-radius in the text input box? (Using version 0.8.0)From the source (shinyWidgets::searchinput):
Omitting !important in the parameter:
style = "border-radius: 0.25em 0 0 0.25em !important;"
would give the user the possibility of overriding that property with some custom css, but maybe I am overlooking something.Thank you for all your hard work and a great package!
The text was updated successfully, but these errors were encountered: