contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

feat: allow onBlur and onFocus on SingleLineEditor [] #1655

Closed nerdess closed 3 weeks ago

nerdess commented 1 month ago

When building a Contentful App I was missing onBlur and onFocus events on SingleLineEditor. Added with this PR as optional props.