ngx-emoji-mart icon indicating copy to clipboard operation
ngx-emoji-mart copied to clipboard

Feature request: provide storage option

Open steebchen opened this issue 5 years ago • 2 comments

It would be great to be able to provide a custom storage provider instead of defaulting to localStorage. In my case, I would like to pass Storage from @ionic/storage which uses IndexedDB by default. Basically, the Storage provider only needs to implement getItem, setItem and removeItem to be compatible with most storage providers.

steebchen avatar May 02 '19 14:05 steebchen

Seconded

ndrwptrsn avatar Dec 18 '19 22:12 ndrwptrsn

Thirded. Just had a look at the source code to see how difficult it would be to do.

stonecourier avatar Apr 15 '21 02:04 stonecourier