You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->helperText(newHtmlString(__("Check the <a href='https://fontawesome.com/icons' target='_blank' class='text-blue-500 underline'>fontawesome icons here</a> to choose your right icon"))),
88
+
->hint(
89
+
fn (Closure$get) =>
90
+
$get('icon') ?
91
+
newHtmlString(
92
+
__('Selected icon:')
93
+
. ' <i class="fa fa-2x '
94
+
. $get('icon')
95
+
. '"></i>'
96
+
)
97
+
:
98
+
''
99
+
)
100
+
->helperText(
101
+
newHtmlString(
102
+
__("Check the <a href='https://fontawesome.com/icons'
0 commit comments