Questions tagged [inputtext]

5 questions
1
vote
1 answer

Error in data storage system on QR code site

MAIN CODE QR CODE SITE CHROME EXTENSION I have created a project to retrieve QR code information that I previously generated for this website from local storage. I integrated this project into the website using a browser extension. However, I have…
1
vote
1 answer

Blazor InputText with maxlength based on dbcontext Table Column size

I've been looking at how to automate a Blazor InputText maxlength attribute to a dbcontext table column size (without using DataAnnotation which repeats information) and have come up with a solution - but is this the best way to achieve it?
user1489673
0
votes
0 answers

Python library kivy - popup textinput

Hello everyone I am writing a small program for sorting goods, the program is already ready in the console version, but I would like to implement it in a graphical version. The essence of the problem: I'm sitting at what time and thinking how to…
Rodion
  • 1
  • 1
0
votes
1 answer

Powerapps: Clear/Reset Gallery fields with button

I have a simple question that I haven't found or understood anywhere on the internet. I'm a novice powerapps user. I would like to click a button and clear all fields (inputText, checkbox, etc) from a gallery. Details: My data source is some excel…
0
votes
1 answer

how I create a form input text readonly and required at the same time?

I'm reviewing my code wrote time ago. The input text that I wrote is the following: I tested the form and with my…