Tell us what you are trying to do?
I want to show a dropdown for the CATEGORY taxonomy used in my custom post type. I do not want the user to be able to add any items to the category list. Instead, I want the user to choose between the available options. This should apply both in the WP backend (edit custom post) and the frontend post submission form. See two screenshots attached (backend, frontend).
Thank you for your email. Please note that this is not about Tags, but about Categories. I have six ad categories, and I do not want users to add new ones.
But my specific request is how to make this custom taxonomy a Drop-Down field. Both in the backend and front-end. This is not about hiding anything via CSS, which I also do not consider good practice by the way. This is about how to change the form element used from an input field to a dropdown field, not for the tags taxonomy, but only for the custom taxonomy "ad categories".
I think we are getting closer. I have now added your shortcode and it looks as attached. There is still no dropdown field. Instead, there is an input field in which I can enter a category and then, if that category exists, it is shown and I can click on it and then click "Add".
Instead, I want to see a simple dropdown select field. The user will not know the available categories upfront. So I do not want the user to start typing into the blue. Also, I do not want to have an extra click wasted with the "Add" button.