QJan84

Results 3 issues of QJan84

Hello! I use awesomplete with taggle.js. After adding a tag, the suggestion list should adjust. Here I have an advanced pen: [Vanilla-JS-Autocomplete+Tags](https://codepen.io/QJan84/pen/bKzppv)

![at-least-one-certificate](https://user-images.githubusercontent.com/18675776/169474430-5e95534e-919e-4da1-a0a0-fd873d547a48.JPG) How can I check if at least one certificate has been added? The problem is that with zero certificates there is no input for validation either. A wrapper should...

As I understand it, the name of the input is the corresponding constraint. Example: `` // These are the constraints used to validate the form var constraints = { email:...