lib/lifeform/libraries/shoelace/input.rb in lifeform-0.5 vs lib/lifeform/libraries/shoelace/input.rb in lifeform-0.7
- old
+ new
@@ -4,9 +4,11 @@
module Libraries
class Shoelace
class Input < Default::Input
INPUT_TAG = :sl_input
+ register_element :sl_input
+
# no-op
def handle_labels; end
end
end
end