In this post I am going to explain how to add tooltip in ui_component form field in Magento 2.

Check the below example code snippet to add tooltip in ui_component form field.

Here under “<settings>” tag “<tooltip>” tag is used to add tooltip.

<link> – Link will redirect to specific page on click of tooltip icon.
<description> – Display text on tooltip icon hover.

Thats it. Enjoy Magento 2!!