Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.11k stars 4.94k forks source link

Cannot destroy category search with namespace #6963

Open KonradHoeffner opened 4 years ago

KonradHoeffner commented 4 years ago

[Category Search ]Should be Destroyed after calling Destroy

Steps

  1. Create a category search with a namespace, for example $('#withspace').search({source: content, type: "category", namespace:"mynamespace", minCharacters: 0});
  2. Destroy it

    Expected Result

    I expect it to be empty.

    Actual Result

    All the entries are still there.

    Version

    2.4.2

Testcase

https://jsfiddle.net/c0skzr6g/

KonradHoeffner commented 2 years ago

Problem still occurs. Tried to increase the semantic UI version but it seems that development has ceased after 2.4.2. I don't use it anymore myself, just reporting in case this is relevant for other developers.

gh-o-st commented 2 years ago

Hey @KonradHoeffner, I think this project has been abandoned and there's an active fork at https://github.com/fomantic/Fomantic-UI

KonradHoeffner commented 2 years ago

Thanks! In this case a note on top of the readme and archival of the project may be a good solution, so that others don't go through the same troubles.