Skip to main content
1 vote
1 answer
136 views

I have a component with an input and some extra and if I edit the input field and leave it by tabbing or clicking outside my change work however if I call onChange via code then nothing happens. Here ...
Erik Brännlund's user avatar
0 votes
1 answer
101 views

I use a WebSocketManager to collect messages from a server. There are two types of messages : text messages and data messages. Let us focus on data messages only. class WebSocketManager: ...
Simon W's user avatar
  • 164
0 votes
2 answers
82 views

As the title says, I would like to take in and display numerical inputs (specifically, square footage totals), and display them as a sum dynamically whenever the user updates them. There are two ...
Wols's user avatar
  • 11
0 votes
1 answer
109 views

I have a React component WidgetInlineEditField that wraps an inline-editable input field. When editing a time value using a TimeInput component with a dropdown, the onBlur event fires before the ...
Bobd's user avatar
  • 9
0 votes
3 answers
145 views

This code is a demonstration of two features, the checkboxes and the radios. A black-bordered box appears with two ways for you to change its style. Check on the checkbox to change the border to a 5px ...
Wammy's user avatar
  • 63
0 votes
1 answer
226 views

I have a field called AI with Yes and No options. When the user selects "Yes" and the Change Type is "Normal", I need to display a popup message that includes a URL and email (...
Chitra D's user avatar
0 votes
1 answer
86 views

In my app there is a view with several pickers. If I select a value with one of them ($limits[index].from), a value that depends on it should be updated. Unfortunately, this does not work. Only when I ...
user2836375's user avatar
0 votes
1 answer
44 views

i made a simple login form using next.js and adminlte. But when i submit the form nothing happens. onSubmit won't triggers. I made debug at every input change. In example i type "test" "...
mbakgor's user avatar
  • 31
1 vote
1 answer
117 views

I need to prevent users from selecting a different tab in TabView. The solution using onChange no longer works on iOS 18. Steps to reproduce: Navigate from Home → Details → (UI works as expected) ...
Danylo Horielov's user avatar
0 votes
1 answer
129 views

Please bear with me I am new to Access VBA. This is my table below: This is the combobox named cmbTask and has a rowsource property of: SELECT DISTINCT Task FROM DDValues; Field Task Values from ...
Shiela's user avatar
  • 785
0 votes
1 answer
256 views

In SwiftUI, I want to use onChange(of:, action:) function for scenePhase, but the build fails. struct MyView: View { @Environment(\.scenePhase) var scenePhase @State private var timerStatus: ...
Kbb Bio's user avatar
0 votes
1 answer
411 views

I'm using Toast UI Editor and I'd like to detect when there is a change to the input. Usually I would do something like textarea.addEventListener('change', function) but I haven't been able to find ...
dashingdove's user avatar
0 votes
2 answers
228 views

I am working on an edit form that I need some help figuring out how to automatically set a value on. The initial values are set from an API call to our DB. Here is the situation. The form allow the ...
Mtullis's user avatar
  • 61
1 vote
1 answer
150 views

I have an app in which you can draw using points, the code presented below is needed so that when one line (already drawn) intersects with current, the current line is deleted. When I try to do this ...
264's user avatar
  • 13
-2 votes
1 answer
102 views

I have several forms on a page contain in widget like elements to upload images. There could be one, or there could be 10. Im trying to dynamically, individually catch that particular forms on submit. ...
Chris's user avatar
  • 879

15 30 50 per page
1
2 3 4 5
232