A solution to hide input box in the pop-up window #983
reynaldmorel
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks for the tip. I moved your issue to the discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I found a solution by modifying the 'tui-calendar.css' file.
For example, if you want hidden input box << Location, >>, modify as follows :
.tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
OLD -> /display: block;/
display: none;
}
Reynald
Beta Was this translation helpful? Give feedback.
All reactions