JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › DropDownList › DropDownList problem in 17.0 › Reply To: DropDownList problem in 17.0
November 28, 2023 at 5:24 pm
#109226
tbettinazzi@axioma.it
Participant
I wasn’t able to find a way to create a small server in order to look the data sent back.
Could you suggest a way to investigate such values ?
Tks
P.S. : I tested to get value before launch the submit with
const dropdownlist = document.getElementById(‘dropdownlist’);
console.log(“Value :” + dropdownlist.value);
but dropdown list seems to be an object and it shows Value :[object Object] on the console
- This reply was modified 11 months, 2 weeks ago by tbettinazzi@axioma.it.