Select form component position function not working
v2.16.51 merged the "position()" function on the select. Allowing you to put the dropdown above (
But it doesn't seem to work (anymore). When i use
In the CSS the
Am i correct? or am i missing something?
top) or below (bottom) the input. https://github.com/filamentphp/filament/pull/4953/filesBut it doesn't seem to work (anymore). When i use
->position('top'), the dropdown is still at the bottom.In the CSS the
top-full class puts it always below the input. i believe this should change to bottom-full based on the position attribute of the field.Am i correct? or am i missing something?