I’m using bootstrap 5, with an inputgroup and input items.
While Input.placeholder seems to be available, it doesn’t work.
I found this works: Input.attributes.placeholder.value=“text”;
I’m using bootstrap 5, with an inputgroup and input items.
While Input.placeholder seems to be available, it doesn’t work.
I found this works: Input.attributes.placeholder.value=“text”;
That sounds right. We’ll add a shortcut so Input.placeholder will work as well.
thats great, thank you.