Closed SpiralOSS closed 1 week ago
Happened to notice that if I have this:
data-store='{"output":""}' The data-text for output is empty
data-store='{"output":""}'
data-text
data-signals='{"output":""}' The data-text for output is undefined
data-signals='{"output":""}'
undefined
data-signals is not a Datastar attribute.
data-signals
Happened to notice that if I have this:
data-store='{"output":""}'
Thedata-text
for output is emptydata-signals='{"output":""}'
Thedata-text
for output isundefined