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 75054e7 commit 764d5baCopy full SHA for 764d5ba
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