<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Set-point-value and show-button=false not working]]></title><description><![CDATA[<p dir="auto">I've been working in a slightly older version of Mango (2.7.12 maybe?) and just upgraded to latest. I cannot get &lt;ma-set-point-value&gt; to work when using show-button="false". The value will not change. It works fine when show-button=true or exclude show button, but I need to to work without it..<br />
Also, it would be good that to have it set on change when the element loses focus. I only had it work previously when enter was specifically pressed. I added ng-blur to the directive, fixing it..</p>
<p dir="auto">I tried doing the value change using a fresh install of the latest mango without show button and doesn't seem to work..</p>
]]></description><link>https://forum.mango-os.com/topic/2595/set-point-value-and-show-button-false-not-working</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 14:47:52 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2595.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Dec 2016 21:33:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Set-point-value and show-button=false not working on Thu, 15 Dec 2016 20:53:11 GMT]]></title><description><![CDATA[<p dir="auto">Im using v3.4. It was working in v3.2 though.</p>
]]></description><link>https://forum.mango-os.com/post/13508</link><guid isPermaLink="true">https://forum.mango-os.com/post/13508</guid><dc:creator><![CDATA[Dan M]]></dc:creator><pubDate>Thu, 15 Dec 2016 20:53:11 GMT</pubDate></item><item><title><![CDATA[Reply to Set-point-value and show-button=false not working on Tue, 13 Dec 2016 17:20:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dan-m" aria-label="Profile: Dan-M">@<bdi>Dan-M</bdi></a> said in <a href="/post/13489">Set-point-value and show-button=false not working</a>:</p>
<blockquote>
<p dir="auto">Seems it has something to do with the change to 'convertRendered() in setPointValue.js</p>
</blockquote>
<p dir="auto">What version of the dashboard module are you using?</p>
]]></description><link>https://forum.mango-os.com/post/13491</link><guid isPermaLink="true">https://forum.mango-os.com/post/13491</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 13 Dec 2016 17:20:54 GMT</pubDate></item><item><title><![CDATA[Reply to Set-point-value and show-button=false not working on Tue, 13 Dec 2016 17:19:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dan-m" aria-label="Profile: Dan-M">@<bdi>Dan-M</bdi></a> unless I'm mistaken, <code>ma-set-point-value</code> only ever worked with <code>show-button="false"</code> when it was a binary or multi-state point. You could try this for setting when pressing enter -</p>
<pre><code>&lt;md-input-container&gt;
    &lt;label&gt;Set value&lt;/label&gt;
    &lt;input type="number" step="any" ng-model="inputValue" ma-copy-blurred="myPoint.value" ng-disabled="!myPoint.pointLocator.settable" ng-keypress="$event.which === 13 &amp;&amp; myPoint.setValue(inputValue)"&gt;
&lt;/md-input-container&gt; 
</code></pre>
]]></description><link>https://forum.mango-os.com/post/13490</link><guid isPermaLink="true">https://forum.mango-os.com/post/13490</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 13 Dec 2016 17:19:20 GMT</pubDate></item><item><title><![CDATA[Reply to Set-point-value and show-button=false not working on Tue, 13 Dec 2016 17:05:00 GMT]]></title><description><![CDATA[<p dir="auto">Seems it has something to do with the change to 'convertRendered() in setPointValue.js</p>
]]></description><link>https://forum.mango-os.com/post/13489</link><guid isPermaLink="true">https://forum.mango-os.com/post/13489</guid><dc:creator><![CDATA[Dan M]]></dc:creator><pubDate>Tue, 13 Dec 2016 17:05:00 GMT</pubDate></item></channel></rss>