Something like: ``` prompt({ title: '', message: '', input: true, maxInputLength: 255 }) ``` Which is bound to `<input maxlength="{{maxInputLength}}">`
Something like:
Which is bound to
<input maxlength="{{maxInputLength}}">