Saturday, January 12, 2019

business application - Can an input field be too wide?


Topic of discussion.



Is it a usability problem to have an input field be too wide?


For example:


I am creating an internal management system where users come to view orders in the system. When viewing the orders users can enter in comments. To make data entry easier I have made the decision to have the input fields already appear at the top of the page so the user just has to start typing and enter data at a faster speed.


With this being an internal app we are utilizing the full width of the screen so the "notes" input field spans the full width.


Should this be a usability concern?


input



Answer




I think there are several usability problems in current design.




  • Wide single line input limits the way that note could be expressed (no paragraphs, no breaks) and makes the reading much harder.

  • Interaction style is non-convenient, as note-taking area is disjoined from appropriate order. This creates jump-and-search behavior while taking a note, see image. Also it's unclear which of the orders is currently being commented.


All this leads to errors, low efficiency and user's unsatisfaction, which are attributes of usability.
enter image description here



Don't disjoint order and note. Change an interaction, as shown. enter image description here
Some features to make the interaction more fast and convenient are:



  • Multiline edit control, which allows more convenient input and reading.


  • Direct input pattern, which lets display edit control only while editing. It makes interface more clear.

  • Autosave text in input control to make interaction faster.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...