UNPKG

cable_ready

Version:

CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.

33 lines (30 loc) 494 B
export const inputTags = { INPUT: true, TEXTAREA: true, SELECT: true } export const mutableTags = { INPUT: true, TEXTAREA: true, OPTION: true } export const textInputTypes = { 'datetime-local': true, 'select-multiple': true, 'select-one': true, color: true, date: true, datetime: true, email: true, month: true, number: true, password: true, range: true, search: true, tel: true, text: true, textarea: true, time: true, url: true, week: true }