You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strike Input (Beta): Similar to lightning:input, Strike Input comes with support for helpText functionality and custom error handling (fiddler and documentation coming soon)
Strike Pill (Beta): Formerly part of Strike Multi Select Picklist, Strike Pill has been abstracted so it can be used in other upcoming Components (fiddler and documentation coming soon)
Improvements
Strike Datepicker: Added the helpText attribute for descriptive tooltips (appears after the form label)
Strike Lookup: Added the helpText attribute for descriptive tooltips (appears after the form label)
Strike Lookup: Added the class attribute for applying custom classes to the lookup's outer element
Strike Lookup: Added the searchingMessage attribute for editing the message that appears in the dropdown when a search is being performed
Strike Lookup: Added the noResultsMessage attribute for editing the message that appears in the dropdown when no results are found
Strike Multi Select Picklist: Added the helpText attribute for descriptive tooltips (appears after the form label)
Strike Multi Select Picklist: Added max-height to the dropdown's list
Strike Select: Added the helpText attribute for descriptive tooltips (appears after the form label)
Strike Select: Added support for HTML forms
Strike SVG: Changed svg component bundle to strike_svg
Strike Textarea: Added the helpText attribute for descriptive tooltips (appears after the form label)
Bug Fixes
Strike Datepicker: Fixed an issue where the menu opens when tabbing into the input
Strike Datepicker: Fixed an issue where clicking the SVG portion of the datepicker's button did not open the menu in Microsoft Edge [GitHub Issue #5]
Strike Lookup: Fixed an issue where records were still selected after closing the menu without confirming a selection [GitHub Issue #2]
Strike Lookup: Fixed an issue where the menu doesn't close when tabbing out of the input [GitHub Issue #4]
Strike Lookup: Fixed an issue where the input's search icon was incorrectly positioned