TextInput with follow action
Hi, I'm traying to build a text input with a suffixAction that follows the url typed on the input.
How can I get the value typed on the text input?
6 Replies
make this field
->live()
and inject ?string $state
or Get $get
Where can I inject
?string $state
?Solution
But any way to get it on the suffixAction?
udpated
I do this for currencey setting etc
Thanks for that @toeknee @Leandro Ferreira