-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stabā¦
-
When I`m installing formio/angular-material my form builder disappears.
-
```
javascript load multiple times in pfbc(PHP Form Builder Class - Imavex) when we
add elements which creates confliction in javascripts. it works fine when it
load first time as it loads javascripā¦
-
Hexagon version: 1.6.0
## Expected
Picker should allow picking items that are not strings but objects.
## Actual
When items are objects, then picker displays them correctly and allows selecting itemā¦
-
The following code in .html file works but not in a page (.cshtml)
```
Choose your interests
Coding
Music
```
-
I've been trying to get a custom select component working with data from an outside source int othe builder with 0 success. Tried to build off of the rating component and switch some things up but trā¦
-
### User story(ies)
As a user, if I happen to hard refresh on an array route, it shouldn't wipe out all of the work I've done by overwriting my in-progress form with an empty one.
#### Steps to ā¦
-
Tried init_js_validation() with a bunch of different options. Tried it above, below...
```
{# feedbackWidget.html.twig #}
{{ init_js_validation() }}
{{ form(form) }}
Feedback
ā¦
-
Hi there,
to be able to select multiple images (many-to-one relation), I used VichImageType inside a CollectionType in a Symfony 3.2 Form:
Parent Form:
```php
public function buildForm(FormBuiā¦
-
I am trying to build a form for users to fill out, and it includes a time picker. I want to "force" users to use UTC for this time picker. However, when I set `timezone="UTC"`, the label that is proviā¦