blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

Create search for courses #61

Closed blonkm closed 4 years ago

blonkm commented 4 years ago

On the main page, create a search box for courses. If possible use no javascript. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_datalist The datalist element, when nicely styled, is a good option and has plenty of support in browsers. https://caniuse.com/#search=datalist

blonkm commented 4 years ago

Found https://github.com/leaverou/awesomplete/ and chose that because datalist is not stylable.