466 questions
-3
votes
0
answers
83
views
Form Input Not Responding to CSS Color or Border [closed]
On my website I've set up a form for people to be able to email me, and I'm trying to adjust the CSS so it visually meshes with the rest of my website better, and while the css I've implemented to ...
0
votes
0
answers
35
views
Icon inside React Native text input doesn't function at all
I have a custom InputField component which uses the React Native Text Input. For some fields, the input will require an X button when the field is focused so user can clear the field. This button is ...
0
votes
0
answers
92
views
In my Excel VBA I try to fill an input field of a web page form, but get always "Automation Error-Interface not found"
In my Excel vba I try to fill an input field of a web page form, but get always "Automation Error-Interface not found". The input field's id is "network" that I can easily get ...
0
votes
0
answers
132
views
keyboard not displaying when clicking input field in reactnative app
When I click on an input field in both android emulator and iOS device the keyboard briefly appears and disappears consistently. I've tried several fixes, but nothing seems to work. note for android ...
3
votes
1
answer
77
views
Re-appearing old values in React TS when applying custom validation on <Input> field from 'reactstrap'
I'm having issue with re-appearing old values in React TS. I'm initially providing my code so you can check it as well:
const initialState = {
name: '',
};
const [...
1
vote
2
answers
214
views
CSS text-shadow clips when applied to an input field
When I apply text-shadow on an input field the shadow seems to clip around the text.
I tried this CSS code
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&...
1
vote
1
answer
339
views
Use WC Kalkulator product field values to update WooCommerce cart item product properties
In WooCommerce, I use the WC Kalkulator plugin for a simple product (ID 4692). The problem is, this simple product has only static weight and dimensions values that get pulled into each cart item ...
2
votes
1
answer
512
views
Update WooCommerce product price based on a custom input field
I added a custom number input field to my single product pages. The regular Price gets multiplied by an inputted integer value.
For example, if the Base Price is 10$ and the user puts 2 as value in ...
2
votes
0
answers
159
views
Why does swagger in tab 1 crash when selecting a file upload in another tab that is a react app?
So I created a simple file upload for my website to test some things. I have a asp.net core web api. When starting the server it opens a swagger tab. And when I start my react app it opens another tab....
0
votes
2
answers
150
views
How to change color of input or bootstrap autofill of this class(input#email.form-control)
Basically I wanted to change the color of input fields when using browsers autofill or saved emails (dropdown of previously used emails in the same input box). For that I was using these css ...
0
votes
1
answer
77
views
Text pushed upwards in inputefield Type Time with Angular V14.2.7
I'm facing the issue that we have a input field type time in which the text is pushed higher than in a normal input field.
I'm aware of the fact that the root cause for this issue probably is the time ...
0
votes
1
answer
1k
views
React-hook-form: Reset / Empty An Input File
I am new to React and I want to create a button to reset/empty the input file for edit functionality. I am using MUI and React-hook-form. When I clicked the reset button, the image had already changed,...
0
votes
1
answer
863
views
WooCommerce dynamic product calculated price based on user input fields
In my WooCommerce store, I have 15 products that should have over 2K variations each (WooCommerce allowing to create 50 variation max), so I used a product extra options plugin and created some inputs ...
1
vote
1
answer
410
views
How to properly remove an input file element from a rendered List in React?
In my react Project, user have a Add button and when clicking on it new Input fields appear(1 for text input and other for file input). After user added some input fields and select files on them, He ...
1
vote
1
answer
603
views
How to use update_post_meta when inserting an new post
How do I use update_post_meta() to put the value from this:
<input type="text" name="gname" id="gname">
on here:
<input type="text" name="budget&...
0
votes
2
answers
144
views
Label Position Fixed after transforming in CSS and HTML
In the current design, there is an input field provided for entering a text. When this input field is focused or selected, the associated label moves slightly upwards, changes its color and font size, ...
0
votes
1
answer
110
views
input type file not found the file but get null laravel
i have problem with my code. i make form to upload file to my database but my input type file get null object even if i have select image that i want
here my blade
<form action="/addcoaches&...
0
votes
1
answer
622
views
TextInput react native component rendering on web but not on Expo Go with Expo and React Native
I'm using React Native and Expo to create an android app with text fields. When I test on a web server, everything works, but not on Expo Go. Text components are in red and TextInput in blue.
Nothing ...
0
votes
1
answer
251
views
How to provide the automatic input for the browsers on page loaded only for testing purposes?
AFAIK under some condition the browsers could automatically fill the input fields once browser have load (not once the user has began the input). Personally I don't use this feature, but I need to ...
0
votes
2
answers
998
views
How to limit the number of characters shown in an input that has a lot more characters in it in CSS
I have an input fields that's a specific width. It can hold up to 14 characters total, but I want it to only show as many as 3. Can't seem to find an answer online. Is it even possible? Because if I ...
0
votes
1
answer
156
views
React native textInput only numbers tablet
I would need that when I click on the input field, only the numeric keyboard comes out.
On smartphones. it works, but trying on the tablet the numeric keyboard comes out as default but gives the user ...
0
votes
2
answers
114
views
How to sum up rows (that are not blank) from input values in a table using javascript
I've added input fields into a table. What I'm looking to do is to count all of the rows and add them into a table row total. Ideally I want these to have a value of 0.5 for each row that has an input ...
0
votes
1
answer
71
views
email field in JSX causing error on touch
There is this bug that doesn't affect the functionality but its just there and it does bother me.
So, I have this signup form in my react.js app. Here is a basic version of it:
import { useState } ...
0
votes
2
answers
3k
views
How do you automatically focus on an inputfield when opening/activating the UI in Unity3d?
I am making a game where you must open or activate the UI with the space bar. Now, this works perfectly fine, but it is pretty annoying that every time you open the UI you must click on the inputfield ...
1
vote
2
answers
347
views
Comparison between InputField text and the answer text doesn't work properly; Unity3d; C#
I am trying to make a game where the player is controlled by an input field. When I try to store the value or the written text from the input field in a String and the compare the string to the ...
2
votes
2
answers
417
views
How can I bring input field texts to address bar?
If I type some texts in the input field, how can I bring those texts to address bar ?
for eg : I type abcd to input field, I need address bar like www.google.com/abcd
0
votes
1
answer
1k
views
How to add number of input fields based on value entered on a different input field
After searching a lot on Stackoverflow, I couldn't find a solution where only Javascript used code was achieving to do the task that I wanted to create.
I have a form created on React where I am ...
1
vote
1
answer
177
views
How to fix the input field height between mobile and desktop views
I am working on a project in which the navbar contains a search input field and button to perform the search. In mobile view, this inline form will be inside the toggle section (I don't know if this ...
0
votes
4
answers
107
views
how to stop changing effect of input fields and form while hovering?
I have create a form with 1 px input fields border, I need 2 px border while hovering so give exact by css. Now the problem is it also changing the effects of input fields and form when I hovering. ...
0
votes
1
answer
142
views
Ursina inputfield @ character cannot be typed
I tried a 3D project with ursina engine.
I put a login part for the first page. Inside it, there is an email field with InputField ursina. But @ character cannot be entered. If anybody has an idea ...
0
votes
2
answers
491
views
Unity InputField on HoloLens, keyboard disappears
I'm trying to add an input field on my HoloLens (1st gen) app and when I click on the field the keyboard appears but then disappears.
The problem
My input field is an Unity UI input field and when I ...
0
votes
1
answer
608
views
How do I change the text value in an input field with a default value
I have an input field with a default value of $1. I want to change that value to say $5 and then click a button. I used the following code to try to achieve this:
function run() {
var trade_amount = ...
1
vote
1
answer
531
views
How to convert input field value into checkbox using javascript
I have been trying to create a To-Do list using HTML, CSS and Javascript. From what I found, I am able to get the value of the input field into a fieldset. However, I aim to create a way to convert ...
0
votes
0
answers
215
views
Flutter: Hide or unhide field based on a button without rebuilding the widget
I have a parent widget which has 2 child widgets for input fields. So, I want one field to be hidden in the beginning and by pressing a button to hide or unhide it. I managed to achieve that by ...
1
vote
1
answer
2k
views
How to enter multiple email inputs in one field?
I would like to create an input field that accept multiple email addresses (for example to send an invitation). How can I achieve this without the help of jQuery or an external plugin or package?
I ...
0
votes
1
answer
429
views
React - map n times group of input fields and take their value into array of objects
I am trying to map one react element for n times.
Element consist two input fields: x and y.
I have managed to do this, but when I enter some value in x field, all x fields on all Element are getting ...
0
votes
3
answers
4k
views
How to set none for border color of the phone input when using react-phone-number-input
I'm using react-phone-number-input. This is the phone number field:
<PhoneInput
defaultCountry={"CA"}
placeholder={"Phone"}
value={phone}
onChange={(value: ...
1
vote
0
answers
193
views
Unable to use value of useRef in value of input in react native
I have a dropdown based on which different fields gets rendered. Initially I have initialized selected option of dropdown in useEffect hook, corresponding fields gets rendered and are working fine.
...
0
votes
1
answer
632
views
Angular - select an input field then click a separate button for increment
just trying to do a function. At the moment i have a material table with a number of input fields and I am trying to do a function that is when I choose/selected an input field, i can do increment in ...
0
votes
1
answer
69
views
JavaScript Input Field Not Being Recognized
I have a basic word scramble game (not styled yet), that works fine on an HTML page.
When I bring that exact code over to a blogger post it stops working.
I can enter text into the text field but on ...
-3
votes
1
answer
904
views
how do i get a variable value from the <input type="number" > and use it in the script part? [duplicate]
Here is my code
<html>
<head>
head
<title>title</title>
</head>
<script>
var val1 = parseInt(document.getElementById('input1'));
function bytton()
...
0
votes
0
answers
31
views
User should not be able to enter next field without filling the previous fields
I have this react bootstrap form consisting of several input fields. This form consists of like 20 or 30 fields so I am not sharing entire code because it would be probably a mess. I am using react ...
0
votes
2
answers
778
views
Why tweaking this input field value with JavaScript in the browser console does not behave exactly as manually inserting the value?
I am trying to play with some data insertion on forms of this website. I can manually put my cursor on inputs and type digits, such as 999. If I reload the page, the value that I typed is still there.
...
1
vote
1
answer
1k
views
Where does the selected value from the Google Places Autocomplete API dropdown list get stored?
Despite being a noob, I've managed to implement Places autocompletion into my personal project and it works just fine. The fact is, I need to pass the city that the user selects from the dropdown list ...
0
votes
1
answer
137
views
How do you properly add all the input fields into one ref array?
I am creating an app where I get a sentence from my server, randomly rearrange the letters, and display the randomized sentence on the client with the appropriate amount of input fields = to the ...
1
vote
4
answers
1k
views
How to remove padding caused by font size?
In the following code, I have a challenge and I need your help.
There are 2 input fields next to each other.
The 2nd one on the right-hand side (green) is positioned a bit higher. It seems that there ...
1
vote
2
answers
4k
views
How to add button inside input field
Trying to copy some front end mentor challenges I am right now styling input field. I want to do 3 things right now.
I want to display the button inside the input field (even though I made it inside ...
0
votes
1
answer
850
views
Dynamically add input field in typescript - after on-click - typescript
I am looking for a code solution that dynamically adds a section/ input field after clicking a button. It would be an additional solution if the same could be provided to remove the input field.
0
votes
0
answers
135
views
The bootstrap required error message is not visible outside the browser window
There is a form with a lot of input fields, so you have to scroll down to the bottom of the page for the save button to work. However, if I do not fill in a required field, it scrolls to the top of ...
0
votes
1
answer
696
views
How Can I access an input field on an existing webpage from Javascript project
I want to have an input field to which I can type a text, and when I press the button, I need that text to be pasted in the input field of a webpage, like Facebook's login input field.
How can I ...