rokucommunity / ropm

A package manager for the Roku platform.
MIT License
34 stars 6 forks source link

xml field onChange function missing prefix #16

Closed TwitchBronBron closed 3 years ago

TwitchBronBron commented 3 years ago

ropm is not properly adding a prefix for component field onChange function callbacks.

For example,

<field name="logMessage" onchange="logMessageChanged"/>

should become

<field name="logMessage" onchange="logger_logMessageChanged"/>