mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
server's rendering has changed.
This fixes two independent issues:
- If the user has changed the value in a preserved field, and something causes
the field to be rerendered, and the re-rendering renders the same value that
was originally rendered, this now preserves the user's change rather than
reverting to the original value.
- INPUTs with type other than TEXT can now have reactive values (eg,
type=SUBMIT).