riot-bootstrap
riot-bootstrap copied to clipboard
Calendar is not showing days (Riot v. 3.5)
It seems the issue is related to passing a data to inner tag:
<td each="{week}"> <btn active="{selected}" __disabled="{!currentMonth}" onclick="{dayclick}">{daynum}</btn></td>
If I change <btn>
for <span>
, all works fine
confirmed not working. Is project maintained anymore?