It would be good if developers could manipulate the default height of the auto-scaffolded MapField using a familliar API e.g. ->setHeight() or even mimicing HTMLTextEditor's ->setRows().
At the moment, the default height of the map is a little narrow. Of course I appreciate it auto-expands on hover, which would still be useful. In addition, maybe add a ->setDisableHoverBehaviour() or similar.
It would be good if developers could manipulate the default height of the auto-scaffolded
MapField
using a familliar API e.g.->setHeight()
or even mimicingHTMLTextEditor
's->setRows()
.At the moment, the default height of the map is a little narrow. Of course I appreciate it auto-expands on hover, which would still be useful. In addition, maybe add a
->setDisableHoverBehaviour()
or similar.