feat: feature/mvp-sprint-1
This commit is contained in:
parent
6489baa60b
commit
83d2e255c7
@ -149,6 +149,14 @@ export const MagicInput = (props) => {
|
|||||||
>
|
>
|
||||||
{props?.readonly ? props?.value : null}
|
{props?.readonly ? props?.value : null}
|
||||||
</Box>
|
</Box>
|
||||||
|
<Box
|
||||||
|
display={
|
||||||
|
!props.readonly || inputValue || !isClientSide ? "none" : "block"
|
||||||
|
}
|
||||||
|
opacity={0}
|
||||||
|
>
|
||||||
|
Imagine..
|
||||||
|
</Box>
|
||||||
<Box
|
<Box
|
||||||
position="absolute"
|
position="absolute"
|
||||||
top={0}
|
top={0}
|
||||||
|
Loading…
Reference in New Issue
Block a user