How to create dynamic properties in macro using php8
I am trying to create dynamic properties using macro but I am getting the following warning from php8:
Investigating, you have to put AllowDynamicProperties in the class
But I'm doing the macro because I can't edit the TextInput class, is there a way to do this without having to create a new class that extends TextInput?
0 Replies