FFilament•Created by BuffTofu on 5/25/2023 in #❓┊help maxLength() to show error instead of cutting off text
@awcodes what you mean by use the validation? I only am seeing this for maxLength() on the docs:
TextInput::make('name')
->minLength(2)
->maxLength(255)
And in the Validation docs, I see nothing about length of string