We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157cbc commit 5823acfCopy full SHA for 5823acf
1 file changed
app/assets/stylesheets/application/typeahead.scss
@@ -14,6 +14,19 @@ $rbt-color-white: #fff !default;
14
border-radius: 4px;
15
}
16
17
+/* Set color to transparent to prevent duplicated text rendering
18
+ * when the customer deletes characters after selecting an option
19
+ * from the select list in the rbt-input.
20
+ *
21
+ * This issue occurs specifically when the selected value is longer
22
+ * than the visible input width — causing the hint to visually overlap.
23
24
+ * This is a known issue with the Typeahead component in version 6.4.1.
25
+ */
26
+.rbt-input-hint {
27
+ color: transparent !important;
28
+}
29
+
30
/**
31
*** Menu ***
32
**/
0 commit comments