Is there a way to change the default size of the search box? My users are having to resize the box to look at the whole date.
Solved! Go to Solution.
Rudo,
You can set the widgets width in the main config.json by adding a width property to the position object:
"position": {
"left": 55,
"top": 45,
"relativeTo": "map",
"width": 430
},
Rudo,
You can set the widgets width in the main config.json by adding a width property to the position object:
"position": {
"left": 55,
"top": 45,
"relativeTo": "map",
"width": 430
},