Open gregmac opened 12 years ago
Instead of one big text box, have text boxes for each URL segment.
Ex code:
"devices/{deviceid}/supply/{id}".replace(/(\{([a-z0-9]+)\})/g, '<input type="text" placeholder="$1" url-attr="$2" />')
Instead of one big text box, have text boxes for each URL segment.
Ex code: