My suggestion template for a search digit produces typical simple output, example:
suggestionTemplate: "${BILLNAME} - ${PIN}"
I'd like add a return between two values, such as:
suggestionTemplate: "${BILLNAME} </br> ${PIN}"
Is there a way to embed a line break (or other goodness)?
I played around suggestion template sandbox, but could not figure a way
ArcGIS API for JavaScript Sandbox
thanks