->mask(fn (TextInput\Mask $mask) => $mask->pattern('{{ /^[0-9kK]*$/ }}'))
->mask(RawJs::make(<<<'JS' return '/^[0-9kK]*$/'JS))