Question

I want to know in what way these field components are different.. Though EditField is the class derived from TextField, why was it done.. what are the extra features provided in EditField..

I can not make out the answer from the documentations and usage..

Please help..

Was it helpful?

Solution

From the docs for editfield it says,

An editable text field specifically designed for characters entered by holding a key while rolling the trackwheel.

  • Behaviour

Adds the ability to hold down a letter and roll to get related characters. The actual characters selected will be based on locale.

Rolling wraps around the list of available characters, once one end of the list is reached.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top