Abdelrahman Awad
Abdelrahman Awad
If your company is using vee-validate, I would like to see how you are using it and how the experience have been so far 😉 screenshots are welcome 📸 Also,...
### Discussed in https://github.com/logaretm/vee-validate/discussions/3743 Originally posted by **danh65** April 6, 2022 I have a cross-field global rule defined that validates the current field value against the target field value. I...
### Discussed in https://github.com/logaretm/vee-validate/discussions/3535 Originally posted by **AnnaYuS** October 15, 2021 In case i'm getting multiple error messages for one field, is it possible to access all of them from...
This PR brings `AbortController` support to cancel ongoing requests. Aside from that, if the same query/mutation triggered multiple requests, it will be canceled by default. The only problem is to...
This API allows apps to determine decoding and encoding abilities of the device, exposing information such as whether media is supported and whether playback should be smooth and power-efficient, with...
The storage manager API allows apps to `estimate` their quota and maybe a good opportunity to add for adaptive APIs. https://developer.mozilla.org/en-US/docs/Web/API/StorageManager
Some demos should be created to showcase this library's use-cases.
[CIE-LAB](https://en.wikipedia.org/wiki/CIELAB_color_space) color model should be implemented. With basic conversions from and to RGB. > The CIELAB color space (also known as CIE L*a*b* or sometimes abbreviated as simply "Lab" color...
Implement [YPbPr](https://en.wikipedia.org/wiki/YPbPr) color model fns. > also written as YPBPR, is a color space used in video electronics, in particular in reference to component video cables. YPbPr is the analog...
# What There is a need where you are only interested in the "controlled" field values, which are fields that have corresponding `useField` calls. This is a "nice to have"...