13 Commits

Author SHA1 Message Date
60eb43cd47 editable-label now uses inner text for value instead of inner html to fix a bug in IOS where a <br> tag is inserted into the element for some reason. 2021-01-10 11:13:00 -08:00
47e83a4148 Improved change event on editable-label to bubble. Cleaned up some code as well. 2021-01-09 16:26:51 -08:00
5686e4fd75 Added truncate option to editable label to auto truncate text when not editing. Also fixed a few styling issues. 2021-01-08 19:58:33 -08:00
fd7d647000 Cleaning up CSS in components and adding in a drawer component. 2020-12-08 09:19:34 -08:00
d24c50cacb Added linear progress component. Fixed a z-index issues with the circular progress. Added better border support for editable labels and chip lists. 2020-12-01 11:49:01 -08:00
d194ed6959 Simplifying EditableLabel on change event fire logic. 2020-11-18 11:26:50 -08:00
cf13ee1466 Adjusted styling of chip list and editable label. Cleaned up CSS and simplified a few things. 2020-10-28 10:03:50 -07:00
7217f2bd9e Fixed issues with the chip list and editable label. Added initial collapsable-region and icon tabs code. 2020-10-26 15:27:43 -07:00
81acb1f000 Added placeholder support to editable-label. Implemented a chip list with chips and search/edit functionality. Added a simple popper class to help with pop overs. 2020-09-24 09:28:14 -07:00
a86986b1a3 Tweaked the editable label initial design. 2020-09-21 17:34:49 -07:00
e019eb9fdf Improved editable label, now uses innerHTML instead of raw HTML to solve content editing glitches. Now emulates the change event directly on the value property and more. 2020-09-20 22:30:57 -07:00
190758180a Added multi line support, styling, and a save button to the editable label. 2020-09-18 20:12:01 -07:00
0dfaea6ab4 Working on editable label material component. 2020-09-18 17:01:41 -07:00