Can i inject methods to Component like input

i need to inection a new method to input component like trait use Cloneable; use HasActions;
2 Replies
Patrick Boivin
You can try to extend the class in your own project and use that:
class MyTextInput extends TextInput
{
// ...
}
class MyTextInput extends TextInput
{
// ...
}
i74ifa
i74ifaOP2y ago
Okay i like it, thank you patrick

Did you find this page helpful?