We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From our i18n reviewer: "In order to follow the RTL habit, the magnifying glass icon should be on the right side of search box."
En
Ar & He
Sample is from documentation; base HTML:
<html> <head> <link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.2.4/css/calcite-web.min.css"> </head> <body> <div class="styleguide-modifiers leader-1 trailer-1 margin-left-1 margin-right-1"> <div class="styleguide-modifier-example"> <label> Label Text <input type="text" placeholder="descriptive or sample text" class="input-success" required=""> </label> <code class="modifier-name">.input-success</code> </div> <div class="styleguide-modifier-example"> <label> Label Text <input type="text" placeholder="descriptive or sample text" class="input-error" required=""> </label> <code class="modifier-name">.input-error</code> </div> <div class="styleguide-modifier-example"> <label> Label Text <input type="text" placeholder="descriptive or sample text" class="input-search" required=""> </label> <code class="modifier-name">.input-search</code> </div> <div class="styleguide-modifier-example"> <label> Label Text <input type="text" placeholder="descriptive or sample text" class="input-search input-minimal" required=""> </label> <code class="modifier-name">.input-search input-minimal</code> </div> </div> <script src="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.2.4/js/calcite-web.min.js"></script> </body> </html>
Ar variant:
<html lang="ar" dir="rtl">
He variant:
<html lang="he" dir="rtl">
The text was updated successfully, but these errors were encountered:
Might this be an acceptable solution?
html[dir="rtl"] .input-search { background-position: right center; padding-right: 1.5em; }
Sorry, something went wrong.
@MikeTschudi yeah, looks like we fixed the success/warning icons in #990 but missed the search icons. Can probably add the rtl rule to the base class: https://github.com/Esri/calcite-web/blob/master/lib/sass/calcite-web/components/_form.scss#L1
I can try to get this onto the next patch release
Esri#1061 - fix rtl styles for input search
9500596
part of 1.2.5
paulcpederson
No branches or pull requests
From our i18n reviewer: "In order to follow the RTL habit, the magnifying glass icon should be on the right side of search box."
En
Ar & He
Sample is from documentation; base HTML:
Ar variant:
He variant:
The text was updated successfully, but these errors were encountered: