Skip to content

TextField: Explicitly specify arguments in signal handlers

ivan tkachenko requested to merge work/ratijas/textfield-signal-args into master

Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.

Peculiarly enough, TextInput passes new property values as arguments to half of its change signals, like echoModeChanged or readOnlyChanged.

Merge request reports