bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
370 stars 61 forks source link

Customize texts #27

Closed garak closed 1 year ago

garak commented 2 years ago

It would be nice if one could customize texts like "Select an option", "Search...", "X selected"

EduVillas commented 2 years ago

For internationalization like 'Select an option...' => 'Selecione uma opçao...

calumk commented 2 years ago

This is already possible with the placeholder option

eg:

{ searchable: true, placeholder : "Search... } 
garak commented 2 years ago

@calumk not really... Screenshot from 2022-04-18 19-01-11

calumk commented 2 years ago

Ok, so not the "Search...", but the main text of the box for the placeholder can be changed.

I agree more customisation would be better

kamilmaliszewski commented 2 years ago

Exactly, for "multiple" there must be option to change word "Selected". I can't use it in multi-lang website now

Tsjippy commented 1 year ago

fixed, as of now