You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of the methods in the "DOM-Method" DSL is to potentially query multiple DOM nodes. With that it would make sense if dom, selector and css would automatically append the option select_all: true.
The idea of the methods in the "DOM-Method" DSL is to potentially query multiple DOM nodes. With that it would make sense if
dom
,selector
andcss
would automatically append the optionselect_all: true
.cable_ready-dsl/lib/cable_ready/dsl/method_dsl.rb
Lines 6 to 16 in 275d655
Maybe also a
css_classes
method would make sense. Theselect_all: true
would also apply for that.The text was updated successfully, but these errors were encountered: