Skip to content

Commit

Permalink
doc(model): add missing tbd about typing directive
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 18, 2024
1 parent 80091ed commit 2835003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions @mizu/model/mod.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
href="https://developer.mozilla.org/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a>. For other elements, use the <a href="#bind"><code class="hljs-keyword">:<span class="hljs-meta">attribute</span></code></a> directive.
</mizu-restriction>
<mizu-tbd #note>
The <code>.nullish</code>, <code>.boolean</code>, <code>.number</code>, and <code>.string</code> modifiers are currently implemented as boolean modifiers, but future versions may change this behavior to offer more parsing features.
</mizu-tbd>
<mizu-note #note>
You can use the shorthand syntax <code><span class="hljs-keyword">::</span>="model"</code> instead of <code><span class="hljs-keyword">::<span class="hljs-meta">value</span></span>="model"</code>.
</mizu-note>
Expand Down

0 comments on commit 2835003

Please sign in to comment.