jpuri / draftjs-utils

An collection of useful utility functions for DraftJS.
MIT License
286 stars 47 forks source link

Adding textTransform to customInlineStylesMap #33

Open jorge-cob opened 4 years ago

jorge-cob commented 4 years ago

Hi there,

I've been trying to add an uppercase functionality to @jpuri 's editor but I can't find a way to add "textTransform" to customInlineStylesMap. Is there a way to add new inline styles to it?

Thank you!