the following code:
<picker bindchange="bindPickerChange" range="["","",""]" value="0">
this shows the three options in range.
my requirement is to implement
Please select is displayed by default. These three options pop up when you click picker. How can this be realized?
at present, I am thinking of adding the first item "Please select" in range, but there will be a lot of residual data, because there are several picker,. How can this requirement be realized? picker in Mini Program"s document has been checked, but no answer has been found!