I'm trying to create a very simple popup with a selectfield that prompts a user to, for example, select a region before the app launches.
However, I am facing three issues:
a) the dropdown list is shown behind the mask, even though I've configured
modal:false
so you can't make a selection until you close the prompt
b) there is no trigger button
c) and the default value is not selected even though I have added the value
config
I am using the Ext 6.0.2 with the modern toolkit.
here is the fiddle
thanks
(Before you ask: the "Windows" theme has been deprecated in 6.2.x, by the way)