I have 3 text fields that are allowed to have multiple lines: Field1, Field2, Field3.Here is what I wanted to happen: everytime I enter data in any of the fields, the form should first compare the height of the 3 fields, get the tallest height among the 3, and finally, the height of the other 2 fiel...