You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's a much broader topic, but I'm also of the opinion that some classes and functions (in here) could be moved directly into the editing plugin.
If then in the future some similar features will be necessary within other plugins (eg. editing some of the layer properties), it would be safier to re-implement that functionality within each "external" plugin (or that at least that this third party plugin should relies mostly on classes provided by the editing plugin, and not somewhere in between) .
Raruto
changed the title
Refactor and optimize Input Form state.value fields change and change() method
Refactor (and delete?) the src/mixins/base-input.js::change() method
Aug 10, 2023
Checklist
Motivation
There is a lot of confusion about input change of
state.value
fields (form's input).It can be changed by input itself or in some other way (eg. result of
default_expression
).Suggested solution
Remove change (mixin base-input) method:
g3w-client/src/mixins/base-input.js
Lines 36 to 44 in 9118100
in favor of a common
state.value
watcher (or another way).Alternatives considered
No response
The text was updated successfully, but these errors were encountered: