-
```
What steps will reproduce the problem?
1. Build lazarus-svn (https://aur.archlinux.org/packages.php?ID=18729&detail=1)
2. Build winff (https://aur.archlinux.org/packages.php?ID=17026)
3. Start win…
-
When starting the application, only when having Chromium control on Lazarus Form (GTK2).. (the only thing on the form) I'm running Ubuntu 15.10 (64bit), all other controls work.. Compiled libcef (a be…
-
```
What steps will reproduce the problem?
1. Build lazarus-svn (https://aur.archlinux.org/packages.php?ID=18729&detail=1)
2. Build winff (https://aur.archlinux.org/packages.php?ID=17026)
3. Start win…
-
I have a form that I want to reset when a cancel button is pressed. I've got a reset function in my react class that calls:
`this.refs.customform.refs.form.updateValue([null]);`
If I log out the v…
-
Hi,
Great package!
I think this question is more related to Collection2 package. But maybe you know what I can do to update the merged Schema on the client. Here is the issue.
Using your package I …
-
I'm trying to create a custom form element, fundamentally everything works -- but I'd like to intake 'name' properly. Let me explain:
``` php
use Application\Form\Element\Custom;
class Cust…
-
``` php
$activeRecordResults = CustomForm::find()
->select(['`custom_form`.*, `custom_field`.`order`'])
->joinWith(['customFields.meta'])
->andWhere(['custom_form.i…
saada updated
9 years ago
-
I've been searching for a way to enhance large selects. IMHO most of pages use at least Country and State, along with project specific ones. I've pasting the link for one I like the most because I kno…
-
Hopefully this isn't going to be a big deal, but you never know.
-
```
What steps will reproduce the problem?
1. run a model with 2 differents task using the same customForm
2. complete the First task
3. the second task is edit but do not check
What is the expected …