I have a dashboard that requires a dropdown in one of the lower panels of the page
The selectFirstChoice option appears to be the cause of it as when it populates the page jumps down
Anyway to work around this?
Thanks
I fixed this by removing the selectFirstChoice and putting the token options I require in <init>
I fixed this by removing the selectFirstChoice and putting the token options I require in <init>
the dropdown is in the lower panel that is why the page is jumping down on there on load because when the firstchoice populates the scrollbar goes down to that part of the screen
When I move the dropdown to top of the dashboard the scrollbar doesnt move but it doesnt make sense to have dropdown there as it is specific to a particular panel that needs to be lower down
Could you move the dropdown to the lower panel?