This repository was archived by the owner on Oct 19, 2024. It is now read-only.
multiselect fix - #1
Open
r0ssing wants to merge 224 commits into
Open
Conversation
Roll development to demo
release code
prepare next version
Merge to master
Prepare for release
Nextbackfix
fix removal of extra value for reverse order
move to demo to generate a new apk
Convert date time picker form
Update js-xlsx to 0.14.1
This reverts commit 19f3ea3.
Library updates for app-designer
Migrate app-designer to use sqlite3
* Fixed typos in readme * Updated package-lock.json to new npm format * Updated dependency that had low-severity ReDos regression * Cleaned up old mercurial leftovers * Added SQLite web assembly * Updated README * Updated doctypes in html files to simply <!doctype html> to avoid warnings * Fixed livereload issue * Removing 'undefined' postfix from log when no detail provided * Fixed raw javascript references * Updated text to no longer specify Chrome browser requirement * Improved logging to use actual console log levels * Augmented log function to include caller info and removed severy prefix. * Fixed references * Updated packages, livereload not working * Fixed livereload * Updated javascripts to support sqlite3 * Updated tab1.html: Removed jquery-migrate, fixed purge button * Commented out jquery-migrate in tab2-6 * Removed check for webDb * Added ref. to sqlite3 * Added favicon * fixes firefox support * Fixes empty string bug * Updated grunt config to add headers * More header * Newer doctype * Replaced defect iframe with a link * Add min-height * Fixing handlebars issue * Updated version --------- Co-authored-by: dikshamalik2552 <89207778+dikshamalik2552@users.noreply.github.com> Co-authored-by: wbrunette <wbrunette@gmail.com>
Release version 2.1.11 (odk-x#204)
…n-win-environment fix spawn on non windows environment
parseSaveValue(savedValue) did not work correctly, as it was receiving a savedValue of type string, but treated it as an array, causing it to not display the selected items correctly (and also doing an unfortunate iteration on savedValue.length - which then was the string length and not the array length as the code expected).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
multiselect fix