How is everyone handling input sanitization to prevent XSS and such?
Seems that maybe there is no current sanitation of inputs when using TextInput::make.
Any best practices?
Any best practices?
{{ $value }}. You could probably run something like htmlspecialchars before the value is stored in the DB if you prefer.{{ $value }}htmlspecialchars