We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915e664 commit 2b7da25Copy full SHA for 2b7da25
src/LiveComponent/doc/index.rst
@@ -620,7 +620,7 @@ the user to switch the *entity* to another? For example:
620
621
<select data-model="post">
622
{% for post in posts %}
623
- <option data-model="{{ post.id }}">{{ post.title }}</option>
+ <option value="{{ post.id }}">{{ post.title }}</option>
624
{% endfor %}
625
</select>
626
0 commit comments