F
Filament15mo ago
jals65

HelperText with a link

Hi, I want to convert the HelperText of an input into a link. Is that posible? TextInput::make('name')->helperText('Link')
2 Replies
Hugo
Hugo15mo ago
You can pass an HTML tag :
->helperText(new HtmlString('<a href="https://www.societe.com/" target="_blank">Vérifier le nom de l\'établissement</a>'))
->helperText(new HtmlString('<a href="https://www.societe.com/" target="_blank">Vérifier le nom de l\'établissement</a>'))
jals65
jals65OP15mo ago
Ok, thanks @hugomyb
Want results from more Discord servers?
Add your server