A keyfilter is a directive used to block individual keystrokes based on a pattern.
KeyFilter provides various presets configured with the v-keyfilter directive.
In addition to the presets, a regular expression can be configured for customization of blocking a single key press.
In addition to the presets, a regular expression can be used to validate the entire word using validateOnly option.
KeyFilter is a directive and do not require any accessibility features.