Vytautas M.
Vytautas M.
[TipTap v3](https://tiptap.dev/tiptap-editor-v3) BETA is out with awesome new features and is expected to be released later this year. My most-wanted feature is Markdown support. I'm keeping an eye on the...
Not sure if I’m having the same issue, but here: **app/Models/Guide.php** ```php public function items(): BelongsToMany { return $this->belongsToMany(Item::class); } ``` ```php Forms\Components\Repeater::make('steps') ->schema([ Forms\Components\Select::make('item') ->relationship(name: 'items', titleAttribute: 'title') ->disableOptionsWhenSelectedInSiblingRepeaterItems()...