Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text field should use changes instead of changeCallbacks in order to make followField work with them #129

Open
DegrangeM opened this issue Apr 13, 2021 · 0 comments

Comments

@DegrangeM
Copy link

DegrangeM commented Apr 13, 2021

Currently, text field use changeCallbacks.

Other fields, like select, instead use changes.

The followField method only work on fields using changes, it doesn't work with field using changeCallbacks.

For more consistency and to allow followField to work with text field, text field should also use changes.

changeCallbacks should be marked as deprecated but changeCallbacks should also be supported for a while for compatibility untill all library are updated (not sure if there is a lots of library using it).

More information here : https://h5p.org/node/1141889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant