I am looking to track the daily minimum and maximum prices of shares for various companies. Currently, I'm attempting to utilize this tag:
<input type="number" name="number" placeholder="minprice">
<input type="number" name="number" placeholder="maxprice">
However, I would like to have a single input where both the min and max prices for the share on a specific date can be entered.
What adjustments or additions should be made?