New Datetime field picker (#4907)
### Description New Datetime field picker ### Refs https://github.com/twentyhq/twenty/issues/4376 ### Demo https://github.com/twentyhq/twenty/assets/140154534/32656323-972c-413a-9986-a78efffae1b4 Fixes #4376 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: v1b3m <vibenjamin6@gmail.com> Co-authored-by: Matheus <matheus_benini@hotmail.com> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
464a2d5998
commit
efcb5dc6d4
@ -6,8 +6,6 @@ import SearchBar from '@theme-original/SearchBar';
|
||||
const CustomComponents = {
|
||||
'search-bar': () => {
|
||||
const openSearchModal = () => {
|
||||
console.log('yo');
|
||||
|
||||
const searchInput = document.querySelector('#search-bar');
|
||||
if (searchInput) {
|
||||
searchInput.focus();
|
||||
|
||||
Reference in New Issue
Block a user