Re: [w3c/editing] JS API to invoke native desktop emoji picker (#350)

I think a new value for [inputmode attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) would be a perfect fit for this. And I think this is a real need for many use cases. Many websites implement their own emoji picker just because it’s not possible to show native one.

```html
<input inputmode=“emoji”>
```

This attribute can be set programmatically to switch different modes while user writing a content.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/350#issuecomment-1454694892

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/issues/350/1454694892@github.com>

Received on Saturday, 4 March 2023 10:40:42 UTC