Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

How to center the form input type=file element

I am having problem figuring out how to center the input type="file" element. It has the width of 100% and the form has the width of 30% of the whole screen. <!DOCTYPE html> <html ...
abhishek's user avatar
-2 votes
0 answers
12 views

Dynamic input field on selecting particular option from dropdown in React Js

Client: Select Client Amex Visa MasterCard E&Y Microsoft Danske ...
Dhanaji Adate's user avatar
1 vote
1 answer
51 views

Browser Autocomplete on Inputs

I need an advice! I want to disable browser autofill in PS checkout form I'll admit I've already tried: -autocomplete="off" on forms and all inputs and doesn't work; I tried to replace ...
EnricaS's user avatar
  • 41
0 votes
1 answer
32 views

Select Input not opening on touch -

I have a cam/presentation application. In the whiteboarding tools (which open from bottom button on left tool bar), I cannot get the color picker or select fields to open on touchstart event, or any ...
Neal Easterling's user avatar
0 votes
0 answers
10 views

Is there a way to hide the google password prompt when creating a password input field?

I am working on a company Intranet page where I want the user to reauthenticate before viewing the page as it contains sensitive data. I don't want the user to be able to use passwords or passkeys ...
dev_in_training's user avatar
0 votes
0 answers
34 views

How to auto increment name value in a HTML dinamic "+" form input

I have this HTML form and JavaScript to add a dinamic form input when I click the + button, how can I give an individual name to each input field? name="name1" name="email1", name=&...
berriop's user avatar
0 votes
2 answers
94 views

How to make the provider rebuild only one widget

In my Flutter application I have a form with various TextFormFields, each with a microphone to transcribe what is said. I implemented it with SpeechToTextProvider. When I push a microphone, it writes ...
Giulia Santoiemma's user avatar
1 vote
2 answers
44 views

Set input value with Javascript don't really set the value when I send the form

This is my code function updateName(nombreCampo, valor) { var campo = document.getElementsByName(nombreCampo)[0]; campo.value = valor; campo.dispatchEvent(new Event('input', { bubbles: ...
Diego Cast's user avatar
1 vote
1 answer
66 views

SpeechToTextProvider with Form

I'm going crazy with speech_to_text. In my app I have various forms, each with various TextFormFields. For each input I have to attach a microphone that allows me to transcribe what is said. I had ...
Giulia Santoiemma's user avatar
0 votes
0 answers
12 views

Bind input radio to list items

How can you implement such functionality: if the <a> tag has the “active show” class, then the input that is associated with this <a> tag is selected <ul class="nav nav-tabs"&...
Lost Svan's user avatar
0 votes
1 answer
318 views

PrimeNg form inputs layout: how to deal with it?

I'm developing an app with Angular 17 and PrimeNg 17, and I'm trying to figure out how to deal with form input alignments. The "Get started" section of PrimeNg website gives no indication ...
smartmouse's user avatar
  • 14.2k
0 votes
0 answers
11 views

"HTML Form Select Tag Issue: Only First Word of Multi-Word Selections Inserted into MySQL Table" [duplicate]

A single HTML select tag is populated by a MySQL database table. When a user selects an option containing multiple words and submits it, only the first word of the selection is saved. This is the code ...
R. Purcell's user avatar
2 votes
2 answers
138 views

How to manage speech_to_text with a Form

In my Flutter application I have a form that saves data to Firestore. The user must be able to enter data by writing or speaking. To do this, I have attached the speech_to_text plugin to the form. The ...
Giulia Santoiemma's user avatar
0 votes
0 answers
42 views

Doubts on how to upload Filepond with PHP and Ajax via Submit form

First of all I tried to search here, I saw many and many topics but I couldn't solve my issue. Every post with a different solution that didn't worked. Then I decided to ask a question, cause I spent ...
user avatar
0 votes
0 answers
45 views

Format number in Angular

I have created an appOnlyNumber directive to just accept input numbers and format them as 'x,xxx,xxx'. Everything works fine until I send this value to API. I realize even though the value shown in ...
Tùng Lê Xuân's user avatar

15 30 50 per page
1
2 3 4 5
198