Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

FOR TRAVEL ON THE GO
The new bottle keeps the features people love: it’s still made from soft, rugged silicone that’s easy to squeeze and gets every last drop out; the large sizes are still for air travel
Learn More
FOOD GRADE BPA FREE
Food grade silicone bottles,They are food grade they can also be used for your lunchbox for salad dressing
Learn More
LEAK PROOF
3-layer leak-proof design prevents liquid leakage or spillage, offers protection to your luggage
WIDE MOUTH
wide opening makes it easy to fill with thicker fluids and easily fits a brush to clean the inside
NO-DRIP VALVE
The bottle cap features a no-drip valve that prevents leaks
TSA APPROVAL
It is with a zipper transparent wash bag, which saves space
1 Leak Proof Travel Bottles 2 Wide Mouth 3 No-drip valve 4 TSA Carry On Approval

Package Dimensions:
6.18 x 5.12 x 2.54 inches
Material:
Food grade silicone
Capacity:
3oz TSA Airline Carry on Approved
How Many Piese?
4 Pack with a zipper bag
Product Care Instructions
Hand Wash Only
You may also like this:
Silicone Travel bottles
Add to Cart
Silicone Travel bottles
Add to Cart
16pcs Travel bottles set
Add to Cart
Silicone Travel bottles
Add to Cart
Silicone Travel bottles
Add to Cart
Silicone Travel bottles
See Details
Silicone Travel bottles
See Details
Customer Reviews
4.5 out of 5 stars
3,562
4.5 out of 5 stars
5,957
4.4 out of 5 stars
527
4.7 out of 5 stars
74
4.5 out of 5 stars
238
4.8 out of 5 stars
57
4.7 out of 5 stars
91
Price
$9.99$9.99
$9.99$9.99
$13.99$13.