Balint Erdi
Balint Erdi
@nickborti How do you undo a move?
@chadhietala Would `disabled` and `checked` be other examples where you'll have to use `{{prop}}`?
So if I understand correctly, you'd like to not show the errors right away but only after the user has interacted with the field, right? If so, you can do...
You can do that, too, just have a property that contains the fields you want to validate (in my example, `email` and `password`) and then use them in the mixin:...
Judging from source code comments, depending on your context, a combination of `validate` and `validateSync` might give you what you need. I say this based on this: https://github.com/offirgolan/ember-cp-validations/blob/69c31e689416cb79b86191968a60b06a89b9ba99/addon/validations/factory.js#L37-L48
There are two distinct things: 1) When ember-cp-validations triggers its validations to be recomputed and thus the error messages to be set. 2) When you, as the app developer, show...
I wasn't aware of `ember-bootstrap-cp-validations` and it seems to me that the issue(s) you describe have more relevance with that add-on as with this one as it relates to point...
> I should be able to hit enter to select the first item in the list. Indeed, that's not covered by tests, I'll take a look.
@dmcnamara-eng I think I fixed it now!
@rreckonerr The challenge with using a branch (custom SHA) of a forked *monorepo* is that the top-level folder of the github repository is not the same as the package's folder....