Sha256: b94da2514b37a9acb8e58273bdea0e18dbd32e7ce0b4c5b5a921b42b65766a44
Contents?: true
Size: 340 Bytes
Versions: 131
Compression:
Stored size: 340 Bytes
Contents
import { Controller } from 'stimulus' export default class extends Controller { static targets = ['selector'] get turboFrame() { return this.selectorTarget.dataset.turboFrame } reload() { document.querySelector(`[data-per-page-option="${this.selectorTarget.value}"][data-turbo-frame="${this.turboFrame}"]`).click() } }
Version data entries
131 entries across 131 versions & 1 rubygems