selectize / selectize.js

Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
https://selectize.dev/
Apache License 2.0
13.02k stars 3.57k forks source link

The documentation overhaul in #1921 removed the explanation of what the "silent" parameter to a number of functions does #2143

Open dvg-p4 opened 2 days ago

dvg-p4 commented 2 days ago

I did:

[replace me with a short description of issue]

Steps to reproduce:

  1. Go to https://selectize.dev/docs/API/selectize#clearoptionssilent or https://github.com/selectize/selectize.js/blob/master/docs/docs/API/selectize.mdx#clearsilent (or any of the other functions that take the silent parameter

Expected result:

An explanation of what silent does, and of what its default value is.

Actual result:

There is no such explanation.

dvg-p4 commented 2 days ago

The previous API docs specified that:

If silent is truthy, no change event will be fired on the original input.

(Though they also did not specify how these functions behave if silent is not provided.)