HL
[USelectMenu/UInputMenu] searchable/search - Maximum recursive updates exceeded issue
Was this issue solved somehow? Right now as a temporary solution I put my
USelectMenu
, UDropdown
and UPopover
(basically all popover) elements into a <ClientOnly>
tag which solves the issue.2 replies
How can I conditionally disable a custom input field?
The issue is in the view file, I have to conditionally assign a value to the disabled attribute like this:
:disabled=$isDisabled()
The problem is, that $isDisabled()
is always true for some reason, even if i try
or
There is no way to conditionally disable my custom field, it stays on whatever is hard coded in the view file, can't pass data to it to disable it (can pass other data like state or placeholder etc.)4 replies
InteractsWithPageFilters doesn't refresh the Widget on filter change
protected static ?string $pollingInterval = '10s';
Using this in the widget, after changing the filter and the 10s is done, it updates with the correct filtered data, but if it is set to 'null' it won't update the chart, only after a refresh
11 replies