Interface PostcodeProperties

The textfield component properties that configure it for Dutch postal codes.

Hierarchy

  • PostcodeProperties

Properties

inputMask: "9999 AA"
validate: {
    pattern: "^[1-9][0-9]{3} ?(?!sa|sd|ss|SA|SD|SS)[a-zA-Z]{2}$";
}

Type declaration

  • pattern: "^[1-9][0-9]{3} ?(?!sa|sd|ss|SA|SD|SS)[a-zA-Z]{2}$"
validateOn: "blur"

Generated using TypeDoc