Skip to main content

Questions tagged [input-field]

The `<input>` tag specifies an input element. `input` elements are used within a `form` element to declare input controls that allow users to input data. An input control can vary depending on its `type` attribute.

input-field
1 vote
2 answers
45 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&...
DiamondKingx's user avatar
1 vote
1 answer
96 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 ...
Jreppe's user avatar
  • 13
0 votes
0 answers
18 views

user input fields inside angular table with "add button" and results in another input fields

I'm new to Angular and i'm trying to have a table with headers (name, first name, function...) with empty input fields under each header and and "Add" button : the user would write ...
Simon BAIDI's user avatar
2 votes
1 answer
73 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 ...
n1k1dk's user avatar
  • 87
1 vote
0 answers
31 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....
Bram Lippens's user avatar
0 votes
2 answers
38 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 ...
Suton's user avatar
  • 9
0 votes
1 answer
22 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 ...
JtSOc's user avatar
  • 1
0 votes
1 answer
641 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,...
Dra-Code's user avatar
  • 111
0 votes
1 answer
273 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 ...
User X X X's user avatar
1 vote
1 answer
192 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 ...
MMSmmsbd's user avatar
  • 132
0 votes
0 answers
263 views

How can be customized file input label and placeholder in react-bootstrap?

I try to customize a file input's label and placeholder in react-bootstrap but cannot find a way to do it. In the react-bootrap docs, there is nothing about customization: https://react-bootstrap....
ZoltanParragi's user avatar
1 vote
1 answer
225 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&...
Eldyssss's user avatar
0 votes
2 answers
72 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, ...
Abdul Rafay Shaikh's user avatar
0 votes
1 answer
87 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&...
Michael Ritung's user avatar
0 votes
1 answer
350 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 ...
Delta Δ's user avatar

15 30 50 per page
1
2 3 4 5
31