feat: Adds custom date range component for reports (#2602)
* feat: Adds custom date range for reports * Review fixes * Minor fixes * Review fixes * Use computed property Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
parent
fae8466a6c
commit
f9b55944ad
3 changed files with 68 additions and 16 deletions
|
@ -4,6 +4,7 @@
|
|||
:range="true"
|
||||
:confirm="true"
|
||||
:clearable="false"
|
||||
:editable="false"
|
||||
:confirm-text="confirmText"
|
||||
:placeholder="placeholder"
|
||||
:value="value"
|
||||
|
@ -53,5 +54,11 @@ export default {
|
|||
box-shadow: none;
|
||||
height: 4.6rem;
|
||||
}
|
||||
|
||||
.mx-input:disabled,
|
||||
.mx-input[readonly] {
|
||||
background-color: var(--white);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue