Hi everybody,
I'm converting a smartclient application into NGClient.
One problem I'm facing is related to the dropdown menu (a type_ahead):
In smartclient, if a type_aheadis placed on the bottom, the value list will be open by going up:
In ngclient, the same type_ahead opens the value list by going down even if it's placed on the bottom.
The veluelist is not readble and this operation creates scrollbars on the entire page to allow the user to see the
value list:
I could change the place in which to put all my bottom elements but this means to change the user experience.
Can you enhance the type_ahead/combobox to be able to work also when placed on the bottom?
Thank you