You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App.js builds html element id as concat of string and key (for setting variables/resolving incidents). If key is too big (bigger than int) then concatenation gives unexpected result (wrong id due to rounding of the integer) so we can't get input value from html form and pass it to the backend
The text was updated successfully, but these errors were encountered:
App.js builds html element id as concat of string and key (for setting variables/resolving incidents). If key is too big (bigger than int) then concatenation gives unexpected result (wrong id due to rounding of the integer) so we can't get input value from html form and pass it to the backend
The text was updated successfully, but these errors were encountered: