We can also override components' native methods from our component, just access the component using the and update the method you want.
Some of the native methods make calls to the , if you override them you will probably lose that functionality and other original behaviors, make sure to do it if strictly necessary and make sure to be adding the correct logic.