Hi,
I want to validate the entered zip code is really present in that selected country or not. Can anyone say how to do this?
magento 2 build in validation classes are in lib\web\mage\validation.js Just look how these are made and make your own custom one.