ng-tailwind 4.1.16 → 4.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2048,6 +2048,10 @@ class NgtInputComponent extends NgtBaseNgModel {
2048
2048
  htmlType: "text",
2049
2049
  length: 300
2050
2050
  },
2051
+ customText: {
2052
+ htmlType: "text",
2053
+ length: this.maxLength
2054
+ },
2051
2055
  password: {
2052
2056
  htmlType: "password",
2053
2057
  length: 150