Tagged Questions
11
votes
2answers
189 views
How can you stop ordering of InputField entries?
I have:
InputField[Dynamic[d]]
Dynamic[d]
If I enter e.g.
a b x^5 h m
the entry automatically gets sorted, as per screen ...