erwin-gapai

Results 2 comments of erwin-gapai

@OmarAljoundi Hey Omar, my current code resembles yours closely. The onSubmit function worked perfectly, but there were some issues with certain props like onChange and onBlur not being forwarded. I...

@wkentdag Hi, i'd like to use your code in my project, by creating a utils and import it like so: ``` return [ ...rootFeatures, ...defaultFeatures, HeadingFeature({ enabledHeadingSizes: ['h2', 'h3', 'h4']...