• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-04 03:43:52 +00:00
def9a0c837 Added new type ahead feature, documented it and tested it.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 15:25:17 +00:00
7c8ce52537 Updated more documentation.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 15:12:18 +00:00
ab7209f5bf Updated style docs to include the use of an array of ignite properties.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-11-01 06:26:18 +00:00
ee1b5c5ca9 Added code to call hideCallback on a route if it was already visible but being renavigated to the hide callback is ran.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 05:45:10 +00:00
7e1e2b96ff Fixed a minor bug where list splice wouldn't insert the item in the DOM at the correct position in the list.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-30 22:31:22 +00:00
1c6a33cd0f Renamed search max height to results max height.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-25 20:42:39 +00:00
7a950f307d Added ability to limit the results if wanted. Added a on enter callback and prevented enter from adding new lines.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-25 01:04:42 +00:00
18901d2115 Fixed a few issues with the search select component.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-10-19 00:44:09 +00:00
c8c8ba67c5 Added code to reset the element on route change so that if there is a scroll bar it also gets reset.
MattMo pushed to master at MontoyaTech/ignite-html 2023-10-17 22:32:26 +00:00
a584eb68a7 Fixed a minor issue with attachOnDisconnect for the list template.
MattMo pushed to master at MontoyaTech/ignite-html 2023-10-12 01:01:39 +00:00
f4e314c7be Added iframe element template.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-09-25 02:49:27 +00:00
9633e211a1 Fixed an accidental bug introduced to the client generation. Bumped package version to 1.7.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-09-25 02:34:32 +00:00
b9260dbdb1 Fixed a bug where a double empty constructor could be generated for a C# client if there is no fields/properties. Bumped package version to 1.7.3
MattMo pushed to master at MontoyaTech/ignite-html-tabs 2023-09-18 00:41:57 +00:00
4a00f20935 Added ability to specify multiple tab names and updated documentation.
MattMo pushed to main at MontoyaTech/MariCam 2023-09-05 16:22:45 +00:00
84bee44bf6 Upgraded to support latest SDK
MattMo pushed to master at MontoyaTech/ignite-html 2023-08-12 00:33:47 +00:00
645af63c30 Modified ignite template properties function to dynamically change properties. Fixed a few bugs as well.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-28 22:38:34 +00:00
a0e8d517c4 Added new okay dialog.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-07-28 22:23:33 +00:00
4c64f1c134 Modified Javascript Client generator to throw the response instead of a message so that behavior of the code using the Client can changed based on the response returned. Bumped package version to 1.7.2
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-07-27 23:43:22 +00:00
7a4e43979c Added cursor pointer to the search select placeholder to indicate that it can be clicked.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-27 00:37:10 +00:00
d080d8e175 Cleaned up the converter template and fixed a bug.