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
You can try to extend the class in your own project and use that:
Okay i like it, thank you patrick