imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 114 forks source link

Allow user to deselect formatting icons on toolbar #131

Open beisert1 opened 4 years ago

beisert1 commented 4 years ago

Using the next branch, the user is able to deselect bold, italic, etc. However, the user is unable to deselect H1, H3, bulleted list, etc.

Please add the ability to deselect these styles because this would remove the need for the body text icon in the toolbar.

shailesh92 commented 4 years ago

If anyone know help i am also facing deselect underline when starting write text

stachu2k commented 4 years ago

I also experience this kind of issue. For me it's undeline option. Touching the underline button doesn't deselect it, but when user starts typing, option deselect itself and text is no longer undelined. This only occurs on iOS, Android works fine.

Version: 2.0.0-rc2 Installed from: npm i react-native-cn-richtext-editor@next Components: CNEditor, CNToolbar