password-generator icon indicating copy to clipboard operation
password-generator copied to clipboard

Validate password should enforce the minimum length

Open nreynis opened this issue 4 months ago • 0 comments

It looks like using setLength does not result in a validator enforcing that the given password is at least desired length.

I think the intuitive usage is to expect for setLength to at least trigger a setMinimumCount.

nreynis avatar Oct 16 '24 12:10 nreynis