-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
#### Issue description
CustomForm error
#### Steps to reproduce the issue
create a customForm
run
#### OS and versions
* Altay:2989bc1
* PHP:7.2
* Server OS:Windows 10
* Game version: 1…
-
Fields of type select-multiple works fine when QuickForm Modals are used, but not when AutoForm Modals are used.
-
The guide here fails to mention the need to include a "version" field in your custom form for it to work: https://django-constance.readthedocs.io/en/latest/index.html#custom-settings-form
An explan…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
aruld updated
6 years ago
-
Hi, I am trying to add a drifferent request querystring each time.
so i found the beforeUpload( ) fucntion, but is doesn't work.
I view the source code:
image-upload.component.ts -> uploadSingleF…
-
I'm currently in a situation where i would need to know when the compose element is done with processing the instruction.
I would like to be able to do something like:
```
```
The `composeDone` fu…
Aaike updated
6 years ago
-
Формирует bootstrap form-group из json:
=>
```
Email address
We'll never share your email with anyone else.
```
Или только input:
```
=>
```
Когда нужно кас…
-
Hi,
I'm trying to deploy a pipeline job, for that, I'm using this code:
```go
git := gitlab.NewClient(nil, viper.GetString("gitlab_token"))
// Add forms to pipeline trigger
customForms :…
-
HOC
```
withProps(({ isFormValid }) => ({
checkedForm: Object.values(isFormValid).every(item => item),
}))
```
TEST
Don't pay attention to **getNestedTree**. It just helps to get deep nes…