-
https://alvarotrigo.com/react-fullpage/
- 메인페이지 작업할 때 유용했던 '풀페이지' 플러그인 입니다.
https://react-slick.neostack.com/docs/example/responsive
- 슬라이드를 구현해줄 'slick' 플러그인 입니다.
https:…
-
If an any error occurs when making HTTP requests (such as when the settings were setup incorrectly), it is given as a generic request error with a status but no clue as to what request failed. This is…
-
Validation helpers!
My thought is to eventually be able to manage validation with a config like so:
`const validation = {
fieldName1: { required: true, allowedValues: [ '1', '2', '3' ] }
}`
Thi…
-
The old library had the ability to make rules dependent on others, i.e. re-evaluate a binding when other bindings are updated; now, this won't work:
``` html
```
Assume `passwordConfirm` must be e…
-
First of all I real like the library approach that makes it useable for multiple frameworks. The one option I real miss is some kind multi-language support. Have you thought about adding these feature…
-
Hi there,
I'm wondering how do you want to integrate this plugin with `aurelia-validation` (as it's seems to be the next aurelia big step).
Do you have any plan to merge both validation systems (bre…
-
Type of inputs
- pattern
- text
- email
- url
- number
- color
- date
- datetime
- month
- tel
- time
- week
- password
- range
- file
Properties
- step
- required
- min
- max
…
-
breaking out from #5
-
-
Related to https://github.com/canjs/can-crud/issues/1
It would be nice to make validation work out of the box. There are a couple ways this could be done.
## Quick
We already have https://ca…