Hi Santhosh, Thanks for your suggestions! we are using the same coral form select and we have checked with this document.querySelectorAll('coral-select').forEach(select => {
console.log(select, select.innerText);
});no issues found either null or errors.Everything seems fine.But when we trying to ...