Sanne Terpstra

Results 2 comments of Sanne Terpstra

@Casper-Bastiaan-Net Could you explain how you did this? I have two locales: EN and NL. Currently my code looks like this: `Translatable::make([` `TextWithSlug::make('title')->rules('required')->slug('translations_slug_nl'),` `Slug::make('slug'),` `]),` The NL field works like...

I had the exact same problem. Switched to using Bloodhound 0.10.5 and now it works.