Shane Brinkman-Davis Delamore
Shane Brinkman-Davis Delamore
I enabled the "extension" feature already present in the 'send' npm package to allow default extensions: Example: "localhost:8080/contact" can now resolve the file "/contact.html" if the file "/contact" does not...
I went through all the components and updated them to React 16.9 using hooks. No more classes. Reduced code somewhat.
Use outerWidth and outerHeight for dropdown positioning: takes padding and border styling into account. allowTabOut was allowing ENTER to submit the form in certain circumstances.