Open PokingUrsa opened 4 years ago
@PokingUrsa have you tried std:if condition
?
Not sure if all EL is documented by I just usually use sourcegraph to find some examples from the repo: https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/konsoletyper/teavm-flavour%24+std:if&patternType=literal
We recently encountered an issue with Flavour when trying to specify a 'select' element with dynamically-generated options:
The tricky part is that "items" is being loaded from the server, and isn't available during the first template update.
What happens is:
Is there a clean solution to this?