TextInput default = object?
Hi, I want to set a default value in my Input.
Example:
But the input value is [object Object]
Example:
But the input value is [object Object]
TextInput::make('')
->label('Test')
->default('Hi Discord.')
->readOnly()