Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ionic-selectable-pages

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-selectable-pages - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "ionic-selectable-pages",
"version": "1.0.0",
"version": "1.1.0",
"description": "Ionic Selectable pages.",

@@ -5,0 +5,0 @@ "repository": {

@@ -46,3 +46,3 @@ # Frequently asked questions

In this case no items are loaded and displayed initially. Items will be added while user is typing to search.
See [demo](/ionic-selectable/search-items-asynchronously).
See [demo](/ionic-selectable-docs/search-items-asynchronously).

@@ -54,3 +54,3 @@ **Infinite scroll**

Then more items is loaded bunch by bunch while user is scrolling down.
See [demo](/ionic-selectable/infinite-scroll).
See [demo](/ionic-selectable-docs/infinite-scroll).

@@ -60,3 +60,3 @@ **Virtual scroll**

This approach relies on Ionic [VirtualScroll](https://ionicframework.com/docs/api/components/virtual-scroll/VirtualScroll/).
See [demo](/ionic-selectable/virtual-scroll).
See [demo](/ionic-selectable-docs/virtual-scroll).

@@ -63,0 +63,0 @@ ## Why the component does not appear and only label is visible?

@@ -15,3 +15,3 @@ # Getting started

Once you have installed the package you can either jump right to a [source code example with a live demo](/ionic-selectable/basic-usage) or follow the steps below to configure Ionic Selectable module.
Once you have installed the package you can either jump right to a [source code example with a live demo](/ionic-selectable-docs/basic-usage) or follow the steps below to configure Ionic Selectable module.

@@ -96,2 +96,2 @@ ## 2. Import the module

Take your time to go though the common [use cases](/ionic-selectable/basic-usage), features ([grouping](/ionic-selectable/grouping-items), [editing](/ionic-selectable/editing-adding-editing-and-deleting-items), [templates](/ionic-selectable/add-item-template), [forms](/ionic-selectable/form-control)) and API ([fields](/ionic-selectable/add-button-text-field), [methods](/ionic-selectable/add-item-method), [events](/ionic-selectable/on-add-item-event)) to see what Ionic Selectable is capable of.
Take your time to go though the common [use cases](/ionic-selectable-docs/basic-usage), features ([grouping](/ionic-selectable-docs/grouping-items), [editing](/ionic-selectable-docs/editing-adding-editing-and-deleting-items), [templates](/ionic-selectable-docs/add-item-template), [forms](/ionic-selectable-docs/form-control)) and API ([fields](/ionic-selectable-docs/add-button-text-field), [methods](/ionic-selectable-docs/add-item-method), [events](/ionic-selectable-docs/on-add-item-event)) to see what Ionic Selectable is capable of.
# Grouping items
Items can be grouped by a field specified in `groupValueField` property. Use `groupTextField` property to specify group name.
Group content can also be modified using templates: [Group template](/ionic-selectable/group-template), [Group end template](/ionic-selectable/group-end-template).
Group content can also be modified using templates: [Group template](/ionic-selectable-docs/group-template), [Group end template](/ionic-selectable-docs/group-end-template).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc