Skip to content

Commit 5823acf

Browse files
committed
PC-93: set color "transparent" to prevent duplicated text in the input with class rbt-input-hint
1 parent 9157cbc commit 5823acf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/assets/stylesheets/application/typeahead.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ $rbt-color-white: #fff !default;
1414
border-radius: 4px;
1515
}
1616

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+
1730
/**
1831
*** Menu ***
1932
**/

0 commit comments

Comments
 (0)