Page 1 of 1

Autocomplete multiple black text on dark background

Posted: 25 Nov 2018, 14:17
by kaizokun
Hello there is an issue with the dark theme and the autocomplete multiple or advanced. The text is black and the backgroud dark so it's hard to read the text. It doesn't happen with the simplemode.

you can see it in the demo page AutoComplete advandced

https://www.primefaces.org/apollo-react/#/forms

How can we fix it ?

Re: Autocomplete multiple black text on dark background

Posted: 27 Nov 2018, 14:23
by merve7
Hi,
Thank you for feedback. We fixed for next release. You can add the below code in public/assets/sass/_theme_styles.scss until release;

Code: Select all

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
	color: $textColor;
}

Re: Autocomplete multiple black text on dark background

Posted: 28 Nov 2018, 10:16
by kaizokun
Thank you very much ! and good luck for the next release.

Re: Autocomplete multiple black text on dark background

Posted: 13 Feb 2019, 12:47
by mert.sincan
The issue is resolved.