I want to add tooltip to angular formly dropdown element, is there a way to solve this?
Tool tip should contain label - value of the dropdown elements. Is there any tooltip property which we can use under prop of formly field.
I want to add tooltip to angular formly dropdown element, is there a way to solve this?
Tool tip should contain label - value of the dropdown elements. Is there any tooltip property which we can use under prop of formly field.
Copyright © 2021 Jogjafile Inc.
You can use the
titleproperty to achieve this by putting it in theoptiontag:For a more "stylish" way to achieve this, you can have a look at the MatTooltip