class MonyTextInput extends TextInput{ protected function setUp(): void { parent::setUp(); $this ->label('Monto') //... }}
class MonyTextInput extends TextInput{ protected function setUp(): void { parent::setUp(); $this ->label('Monto') //... }}
then used that class in our form. Its much better because it will allow us to add more functionality to the column it self and use the existing code that
TextInput
TextInput
provide in our custom methods. This can be applied to tables columns, infolist entries, actions and more