chad steele

Results 4 comments of chad steele

Also, long labels are not responsive due to nowrap, see below. I tried fixing myself, but the CSS for layout is complicated and nothing seems to work. Do you happen...

React works best if the input is "controlled" and so, you'll need to program the state and the behavior... ``` { this.setState({checked: !this.state.checked}); }} /> ``` *this.state.checked assumes you only...

It would ideal if all editorjs tools used "text" field name, but here's a start. Just add more block types, etc. to the filter as we discover them... ```javascript function...

I'm evaluating summernote for a similar project. Can you share your code here? Do you still think it's a bug with summer note or is it your own?