Skip to main content

Questions tagged [textfield]

A text field (or text box) is a user-interface control allowing the user to input text into a program.

textfield
0 votes
1 answer
30 views

Canvas App Form Not Updating Last Edited Text Field

We built a Canvas App that is connected to a SharePoint list. Forms within the app update various data columns in the list. Everything has been working up until yesterday. When we attempt to save data ...
user111103's user avatar
0 votes
2 answers
62 views

Cannot make the first letter capital in TextField

I have a search capability in my app, and I want the text input to be capitalized every time I start typing, but I cannot figure out how. In simpler terms, every time I start typing in my TextField, I ...
Daniel's user avatar
  • 55
0 votes
0 answers
21 views

Ecwid JS for adding and removing products from cart based on customer input

I am having trouble updating my cart through JS body input. I want to update the cart based on a customer input into a text field. The customEngraving variable is pricing for a product I have ...
Cabot McTavish's user avatar
-1 votes
0 answers
22 views

How to add a maximum character count for multiple textfields + a function to block certain characters from being entered in a text field swift

I have been trying to do two things: Have a maximum character limit for a few text fields. This is an issue because they are not all the same in terms of the maximum character numbers (one text field ...
Mous772's user avatar
  • 11
0 votes
0 answers
62 views

Macro update all fields in Word document

I found a macro that updates all fields in a word document: Private Sub document_open() Dim rngStory As Word.Range Dim lngJunk As Long Dim oShp As Shape lngJunk = ActiveDocument.Sections(1)....
DutchArjo's user avatar
  • 347
2 votes
2 answers
48 views

iPhone keyboard dissapear and appear again when switching between fields with onTapGesture(hideKeyboard)

I have this code in Swift (iOS 16+) and I have a login screen into my app, where the user needs to enter an email and password. I also have a .onTapGesture method on the GeometryReader { ... } ...
Petr Jelínek's user avatar
0 votes
0 answers
29 views

flutter how to change copy/pause menu theme in common ThemeData(darktheme & lighttheme)

import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:test/config/app_theme.dart'; class ...
Nyein Chann Moe's user avatar
0 votes
1 answer
20 views

Not able to enter characters continuously in text field due to its rendered as separate function in component

I want to bind text field with below approach but facing issue when i enter characters in text field. For first character it works fine but when i enter second character the control/focus comes out of ...
Mr Ish's user avatar
  • 1
1 vote
0 answers
58 views

How to fix cursor behaviour in custom TextField in Flutter?

I have created a custom TextField, where there need to be the following things: The possibility to pass a custom controller, so that when the user scans a barcode, I can update the text with the ...
Pandruz's user avatar
  • 427
0 votes
0 answers
21 views

MSAccess unexpectedly change the character i to I in my code

I paste the following code to a text or memo field in msaccess table for (var i = 1; i < rows.length; i++) { var thisCell = rows[i].getElementsByTagName('td')[1]; var thisContent; ...
DriveCarefully's user avatar
0 votes
1 answer
34 views

How to change date format if I use a MUI TextField with type of date?

I am using MUI TextField component with the type of Date to create a calendar. The default calendar date format is MM/DD/YYYY althouth I want it to be DD/MM/YYYY. Is there any possibility to change ...
Gayan Madhusankha's user avatar
0 votes
1 answer
38 views

SwiftUI textfield not clearing when autocorrected

type the following into the textfield "Add nintendo switch". "nintendo" should be autocorrected to "Nintendo" and press the "send" button. Textfield binded ...
user25107564's user avatar
0 votes
0 answers
28 views

How to focus border when typing and goes initial state when don't have text

I can't see my border when i try type something borderwidth and bordercolor not changing struct PasswordTextField: TextFieldFactory { @State private var isTyping = false @FocusState private ...
KLVN's user avatar
  • 19
1 vote
1 answer
87 views

SwiftUI Error of satisfying constrains when clicking on textfield

When I try to create a simple login/signup page and click on the text field, it first lags and says Can't find or decode rasons. Then it times out and says unable to simulatiously satify constraints. ...
Sheehan Munim's user avatar
0 votes
0 answers
25 views

How to keep text in TextField Android Java?

In Android java, I want if I enter 2-byte characters or special characters, it will not be accepted. If you enter on the Romaji keyboard, the transcription will not be received. For example: If I ...
TaiHV's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
341