mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/input): allow select to be cleared
This commit is contained in:
@@ -30,6 +30,7 @@ export interface ISelect {
|
||||
disabled?: boolean;
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
clearable?: boolean;
|
||||
}
|
||||
|
||||
export interface INumber {
|
||||
|
||||
Reference in New Issue
Block a user