sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFXChip autosize #1257

Open valimaties opened 1 year ago

valimaties commented 1 year ago

Hi. Is there a way to autosize the Chip after it is created? Like setting a Boolean property in designer and change it from false to true if we want to autosize the Chip. I use the JFXChipView control to add some email addresses and somehow, at this point, the email address is displaying with ellipsis. For example, if I have two emails "my_fisrt_email@gmail.com" and "my_first_email@yahoo.com", for both of them it will display something like "my_first_email...". I don't see the domain for both of them.

Sorry for my english... Thanks