typing is not possible in text field in safari - input

in this page: https://www.pentaferte.com/en/request-information-about-our-products/
it occurs the following problem:
in the "product" field, if you click on "Other" you are not able to type anything in the field.
How can I solve it?
Thank you very much!

I solved it just adding form tag!

Related

blank the field on Submit (vee-validate vue)

I'm creating a form in Vue having validation of Vee-validate. I want to make field blank on submit. But it is giving an error when I make the field blank on submit.
Can someone please help me to sort out it?
Thanks
You can add a small portion of code which describes better your problem.
But you can do this with Vee-validate after submitting your form
this.yourField = ''
this.$validator.reset()

Apex Result Is Not Fullscreen (maybe region/breadcrumbs issue)

Does anyone know why my result for cascading LOV is not showing full screen?
http://i.imgur.com/QIp0YV4.png
As you can see, there is a line in the middle of the page. I have tried several ways to get it set to fullscreen but was unable to.
Figured it out. Had to change the template under report.

How to modify the category of an issue already created in MANTIS?

Users created some issues, but assigned a wrong category. I (admin) would like to fix this. How can I do this? Once an issue has been created the main fields seem to be unmodifiable.
Found out by myself in the meantime. I was trying to edit it after clicking on the issue. This is not possible obviously. In the overview it is necessary to click on the "edit" icon of the related issue. Then any field can be modified.

Multiselect in the click wihout ctrl no send array to post

I used this plugin http://nerdstuckathome.wordpress.com/2012/08/10/multi-select-avoiding-ctrl-button/
and this no send this select in to the POST; this element no exisit in array
I am the author.
If you can be more specific describing the problem, I would be happy to help.
A demo would be perfect if you can build one! :)
PS update 10/10: maybe I have got what do you mean: now the select, when on a form, should be correctly submitted. Check out the version 1.3, just pushed!

How do I set the value of a NumberField in EXTjs?

I have a NumberField in ExtJS4 that is on a panel.
After I load some data (via an AJAX JSONStore), I want to populate some number fields but can't seem to get it or find documentation.
Any clues on where to look?
Thanks.
Did you try:
numberfield.setValue(yourvalue);