Decorate the elements in your Ractive template so that the text inside them gets selected when they gain focus.
In your template:
Install
npm install ractive-select-on-focus
Usage
In your code:Ractive.decorators.selectOnFocus = require('ractive-select-on-focus')
In your template:
<input type="text" decorator="selectOnFocus" value="{{shareUrl}}" readonly>