I am building a mathematical web application, that gets as input a large matrix of numbers, and does some mathematical calculations on it. The common ways to feed input into such an application are:
I’m building a sign up form and I noticed that a lot of companies allow me to put in a number when I enter my first name, such as "alks82734" being a valid first or last name.
How should I handle user sign up when I need the firs…
Does having two different UI elements for the same input value considered an anti pattern? Both inputs represent the same thing, changing the value of one will update the other.
For example, I wanted to have a slider that the user can sele…
I’m designing a flow that contains screens where the user has to select an option among the available ones. For now we will not allow to select more than one, but maybe in the future it will be possible only in some of the flow screens.
I’…
I have a table with a list of items & various columns.
One of the columns is Type, of which the possible values are A, B, C etc…
The user is able to assign a binary value Is X?=YES or NO via a dropdown.
At any one time, only a single…