marchershey / lodge-board-beta

A rental property management solution.
1 stars 0 forks source link

Refactor Select Field Components #10

Open marchershey opened 6 months ago

marchershey commented 6 months ago

Resolved.

I've reverted the select component to a basic select field.

Until I can come up with a decent select/combobox for this component, it will stay basic. I tried to use the headless combobox from alpine, but there's an issue with @entangle, livewire 3.0, and Alpine's headless components.

I'll come back to this later. Changing this from a bug to refactor.

marchershey commented 4 months ago

Idea: have a text form as default, but when a user gives focus or clicks the text field, it turns into a select input to be able to have a placeholder that looks like the rest.