TextInput link
Is it possible to make the TextInput redirect to a url on click?
6 Replies
I'm curious, do you really need a TextInput if it's never going to be used to input text?
Well what do you suggest? I like te look of the TextInput and it would not look nice if i change that to a Placeholder for example.
Don't you like an action istead?
but is possible what you want
But is a little strange because is an input
One option would be to reuse the classes of the TextInput in a custom ViewField and render an
<a>
instead
An action is a good idea also, check #drop-in-actionYeah i know but i have 20 textinput so missing one looks weird
Tried that but can't redirect to a new window with laravel
Yeah, so you need an
<a>