mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/input): returnString for date inputs (#411)
* feat(interface/input): useFormat field * feat(interface/input): useFormat field * feat(types/dialog): useFormat field * feat(components/date): format date conversion * tweak(components/date): forgot other data type * chore(interface/input): more descriptive name * chore(interface/input): more descriptive name * chore(types/dialog): more descriptive name * tweak(components/date): reset things * feat(dialog/input): date conversion with returnString * refactor(web/input): remove unnecessary state --------- Co-authored-by: Luke <39926192+LukeWasTakenn@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,7 @@ local input
|
||||
---@field autosize? boolean
|
||||
---@field required? boolean
|
||||
---@field format? string
|
||||
---@field returnString? boolean
|
||||
---@field clearable? string
|
||||
---@field description? string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user