mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -53,7 +53,7 @@ local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
local utf8 = require("druid.system.utf8")
|
||||
|
||||
local Input = component.create("input", { component.ON_INPUT, component.ON_FOCUS_LOST })
|
||||
local Input = component.create("input")
|
||||
|
||||
|
||||
--- Mask text by replacing every character with a mask character
|
||||
|
||||
Reference in New Issue
Block a user