Settings placeholders Dynamically?
We can set the field content, but can we set the placeholders anyway, other than being reactive and getting the data baed on the selected ID. As it stands I'm having to do more queries than I would like when someone selects a user in a list. I am setting placeholers so they can see the details of that user and they can override specific details if they wish.
5 Replies
I once solved this problem using a disabled textarea
On the select
Disabled textarea
Interesting
Thank you! Any suggestions on how to update like reactive works when you delete an item from a repeater?
hum I don't know