libs/cbi: Pass default values from UVL
[project/luci.git] / libs / cbi / luasrc / cbi.lua
index fb0355e..3a6c6d7 100644 (file)
@@ -838,6 +838,7 @@ function AbstractValue.__init__(self, map, section, option, ...)
                self.cast        = (vs.type == "list") and "list" or "string"
                self.title       = self.title or vs.title
                self.description = self.description or vs.descr
+               self.default     = vs.default
 
                if vs.depends and not self.override_dependencies then
                        for i, deps in ipairs(vs.depends) do