whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 228 forks source link

Awesome function to clear everything? #399

Open HeadStudios opened 1 year ago

HeadStudios commented 1 year ago

What's a function I can use when forking Nova flexible field to clear all current rows and start from scratch? (This is for a template extension I'm building so when someone selects a new drop down and I get that value through emit I'd like to run a function remove currently built rows). Just wondering is all. Thank you!