Email or username:

Password:

Forgot your password?
Top-level
Jake Archibald

@kolya yep. When you opt in, you get a cross-browser agreed default rendering that you can fully customise.

6 comments
kolya

@jaffathecake good to know. I like that modal, it's good UX on mobile.

Jake Archibald

@kolya yeah, but the customisable select will be more accessible/usable than the random from-scratch implementations most developers come up with.

Luke

@kolya @jaffathecake worth also bearing in mind that because it's enabled via CSS you could choose *not* to enable the new picker on mobile if that's what you wanted in your design. You'd just lose the rich content.

Jake Archibald

@Lukew @kolya true! And you can even choose to customise the button, but leave the picker to the user-agent.

Dave 🧱 :cursor_pointer:

@jaffathecake @Lukew @kolya oh sweet! Nice to have this instead of hiding the select, but still allowing interaction, and showing a fake button

Go Up