blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
7 stars 0 forks source link

Drawer fields should work with ctrl+f #352

Closed stevenle closed 4 months ago

stevenle commented 4 months ago

Describe the bug

Content editors commonly use ctrl+f to jump into specific fields within the CMS, currently when the drawer component is "collapsed", it doesn't work with ctrl+f.

Proposed solution

Look into a drawer component based on the <details> element which works natively with ctrl+f.