TL;DR select doesn't work. The child elements inside it () disappear. This is because elements like <button>Click me</button> and <textarea>I am the value</textarea> have to work, and use strings as values.
Can probably be worked around at the moment by using the dynamic values feature in WPLF.
TL;DR select doesn't work. The child elements inside it () disappear. This is because elements like
<button>Click me</button>and<textarea>I am the value</textarea>have to work, and use strings as values.Can probably be worked around at the moment by using the dynamic values feature in WPLF.