Select option element after event on amp
问题 I want to automatically select one of the options of the second & third dropdowns automatically once the user changes the first one. <body> <h1>Hello AMPHTML World!</h1> <label for="color">Color</label> <select name="color" id="color" on="change:size.focus"> <option disabled selected></option> <option value="blue">blue</option> <option value="red">red</option> <option value="green">green</option> </select> <label for="size">Size</label> <select name="size" id="size"> <option disabled selected