Custom Select
You can handle the onclick
event on a select
element to make a
custom implementation. Here's a step by step guide to make your own User Selector.
1. Create the select
with data-ts.custom="true"
.
2. Make the select
open your own, custom Aside when clicked.
3. Create the Aside
with options to match your select
.
4. Update the select
whenever something is clicked in the Aside.
Click the select
below to check how it works. Good luck!