Extend the number of characters allowed in the placeholder. #284
Closed
Informationsbrist
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hello @Informationsbrist :) Indeed, 24 characters is very restrictive. We'll bump it up to 48 for the next update, it should be more than enough ! In the meantime, you can already add your longer placeholder by pasting this in the console and reloading the page: chrome.storage.sync.get('searchbar').then((data) =>
chrome.storage.sync.set({
searchbar: {
...data.searchbar,
placeholder: 'this is a very long placeholder as you can see',
},
})
) |
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
-
Hi! I have an idea or more like a suggestion for Bonjourr. My idea or suggestion (well, I think it's no big difference?) is to extend the number of characters allowed in the placeholder to at least 28. This is because I use Microsoft Edge and I want to have the same placeholder text. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions