mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
A control variant has no text input, so its closed trigger is its empty-query state, but Backspace and Delete there were gated on `@clearable` while the typeahead path was not. A static select with no clear control had no way to empty its value at all. The gate is removed, and clearing now announces: choosing a value is carried by the row's selected state and the trigger reading back the new value, while clearing has neither, and a name change on an already-focused element is not reliably re-read. |
||
|---|---|---|
| .. | ||
| environments | ||
| imagemagick | ||
| initializers | ||
| locales | ||
| application.rb | ||
| boot.rb | ||
| cdn.yml.sample | ||
| database.yml | ||
| deploy.rb.sample | ||
| dev_defaults.yml | ||
| discourse.config.sample | ||
| discourse.pill.sample | ||
| discourse_defaults.conf | ||
| environment.rb | ||
| logrotate.conf | ||
| multisite.yml.production-sample | ||
| nginx.sample.conf | ||
| official_plugins.json | ||
| pitchfork.conf.rb | ||
| projections.json | ||
| routes.rb | ||
| sidekiq.yml | ||
| site_settings.yml | ||
| spring.rb | ||
| thin.yml.sample | ||
| unicorn_launcher | ||