-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Initialise html/text bindings from DOM #2996
Conversation
We should also mention these bindings here and maybe also in the tutorial. |
While adding docs it occurred to me that there's no real reason |
In the future, may want to add a note that the bindings were renamed since version x as these bindings were not working for me and I questioned if the doc was correct. |
This is a branch off of #2379 (which apparently I merged already? oops, didn't mean to yet) which initialises
html
andtext
bindings from the DOM, if the bindings don't yet have values (just as we do with e.g.<select>
). I also tided up some other SSR attribute stuff while I was in the neighbourhood