All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.keyboard.shared.carryValue.js Maven / Gradle / Ivy

The newest version!
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.carryValue = carryValue;

var _utils = require("../../utils");

function carryValue(element, state, newValue) {
  const value = (0, _utils.getValue)(element);
  state.carryValue = value !== newValue && value === '' && (0, _utils.hasUnreliableEmptyValue)(element) ? newValue : undefined;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy