On 9/2/2024 8:09 AM, Peter wrote: > Hi Akshat > > It is already in Style 2, but some choices are wrong and some are right. this dynamic based on other input elsewhere. > regards
You would need to do something using an onLostFocus type event, then. Or
an onChange event handler. Or even limit the options based on other
input (if a specific entryfield's value changes what the options are for
the combobox, then you can change the source for the combobox ...).
There are a large variety of ways to attempt things like this.