Shamim Hasnath

Results 20 comments of Shamim Hasnath

@missmatsuko, I went back to see if HTML5 pattern can be applied here. But turns out, all backslashes must be escaped. So it's going to be different than HTML5 style...

@thewebartisan7, I think there's an easier way to solve this problem. error & success classes are added to the element you specify in `classTo` property. So if you change from...

checkbox or radio input not having `form-control` can be solved by giving all inputs a custom class and specify it in `classTo`. Errors are added based on `errorTextParent`. I'll create...

I think I got the issue: Apart from the `findAncestor` change, the following code: ```let errorTextParent = null, errorTextElement = null; if (self.config.classTo === self.config.errorTextParent){ errorTextParent = errorClassElement; } else...

Hi @Pixney-William, Looks like the js file in codepen is pointed to the same file which is in the master branch. Could you please check the diff between the 2...

Validating based on the `blur` event seems like a logical thing to do for fields having autocomplete. I actually forgot about this scenario and I'm not sure if this can...

@kevinmu17, sorry I have been very busy lately. Please see the last 2 test cases from here: https://github.com/sha256/Pristine/blob/feature/i18n/test/locale.test.js

@kevinmu17, could you please double check if you're using the right lib files? from here: https://github.com/sha256/Pristine/tree/feature/i18n/dist

Good idea. Better if we could support traditional event style. Any PR will be appreciated!

@luca-vercelli, I think `Real-world examples` can be at #1 and point to the Pen you made. So the flow would be like this: 1. Real world examples 2 - 5:...