Reactive ->live() not updating ->helperText and/or ->label() values
Title says it all - my code below, am I missing something blindingly obvious? I'd expect the title and helper text to update on the
title field when the type field changes.Solution
the values of the select
single,options
so change the condetion to
single,options
so change the condetion to
->label(fn (Get $get): string => ($get('type') == MenuItemTypes::OPTIONS->value) ? 'Options title' : 'Title')

