O
O
Olga2018-07-10 09:37:11
React
Olga, 2018-07-10 09:37:11

How to make text-overflow ellipsis?

FFyvLjcRXF4XAkOwLJ3crg3zMh6e1w
It is necessary to implement here such multi select. For the select itself, I use react-select

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2018-07-10
@maxfarseer

Options:
0) see if there is such an option / ask in issue
1) find what style is used (if there are classes) and kill it.
2) option b: "bite" the selector into the dom tree and override (that is, write a long selector in css)
3) see if react-select can accept styles from the user (the most correct one), and if so, then pass the necessary selectors, and then they will start from this selector and make the necessary elipsis tag or see if you can pass the style deeper 4
) fork the library and change it in the sources

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question