DB2: Problem displaying the drop-down list after upgrading to V1.26.00

Hello,

I use DB2 for my small application dashboard. I use many dropdown list for that. I also use template to tune dropdown list and help user to recongnize input field needed. Here is one of the situation I get with @flowfuse/node-red-dashboard 1.24.0

And here is the situation a get with @flowfuse/node-red-dashboard 1.26.0

Some ideas to solve this problem ?

Actually back to 1.24.00

Regards

Jean-Rem

There have been some changes to the way sizes are applied. You may have to adjust your CSS template.

Post a very simple example showing the problem if you can't sort it out.

Hello,

Here is the template I apply to the dropdown list field.

Is there anything wrong with this template ?

Regards

Jean-Rem

Can you post an example of a drop-down and the template?

Hello,

Here is my example.

Dropdown list V1.24.00.json (3.6 KB)

Regards

Jean-Rem

If posting a flow in the future please see this post for the recommended method of posting it inline - How to share code or flow json

Your border and padding are messing up the layout. If you remove those then the dropdown sits in the correct place. You will have to inspect the DOM elements and adjust your template to match the slightly changed layout in the latest dashboard version.

Hello,

Thanks for your answer, I will check it as you mention.

Regards

Jean-Rem